#cc780e

Color #CC780E Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CC780E

Tints of Ochre #CC780E

Color information

#CC780E (or 0xCC780E) is unknown color: approx Ochre. HEX triplet: CC, 78 and 0E. RGB value is (204,120,14). Sum of RGB (Red+Green+Blue) = 204+120+14=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC780E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC780E is #3387F1. Grayscale: #858585. Windows color (decimal): -3377138 or 948428. OLE color: 948428.

HSL color Cylindrical-coordinate representation of color #CC780E: hue angle of 33.47º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC780E is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB20412014-
CMYK00.410.930.2
HSL33.47º87.16%42.75%-
HSV(B)33.47º93.14%80%-
XYZ31.726.33.82-
YUV133.0360.83178.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 60.36%
GREEN value IS 120 (47.27% from 255) = 35.50%
BLUE value IS 14 (5.86% from 255) = 4.14%
R=60.36%
G=35.50%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041201400.410.930.233.4787.1642.75
HexCC78E0295D1421572b
Octal31417016051135244112753
Binary110011001111000111001010011011101101001000011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc780e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc780e; }

 p { color: rgb(204,120,14); }

 H1.HeaderClassName
 {
   color: #cc780e;
 }
 .AnyTagClassName
 {
   color: #cc780e;
 }
</style>
background-color css

<style>
 a { background-color: #cc780e; }

 a { background-color: rgb(204,120,14); }

 div.DivClassName
 {
   background-color: #cc780e;
 }
 .BgClassName
 {
   background-color: #cc780e;
 }
</style>
border-color css

<style>
 span { border-color: #cc780e; }

 span { border-color: rgb(204,120,14); }

 td.TdClassName
 {
   border-color: #cc780e;
 }
 .TagClassName
 {
   border-color: #cc780e;
 }
</style>