Html Css Color HEX #CC780F Ochre

📋 copy color: '#CC780F'

red 204 ◦ green 120 ◦ blue 15

#CC780F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CC780F

Tints of Ochre #CC780F

RGB

 RED value IS 204 (80.08% from 255) = 60.18%

 GREEN value IS 120 (47.27% from 255) = 35.4%

 BLUE value IS 15 (6.25% from 255) = 4.42%

R = 60.18%
G = 35.4%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC780F (or 0xCC780F) is known color: Ochre. HEX triplet: CC, 78 and 0F. RGB value is (204,120,15). Sum of RGB (Red+Green+Blue) = 204+120+15=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC780F is #3387F0. Grayscale: #858585. Windows color (decimal): -3377137 or 1013964. OLE color: 1013964.

HSL color Cylindrical-coordinate representation of color #CC780F: hue angle of 33.33º degrees, saturation: 0.86, 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 #CC780F is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 120 15 -
CMYK 0 0.41 0.93 0.2
HSL 33.33º 0.86% 0.43% -
HSV(B) 33.33º 0.93% 0.8% -
XYZ 31.7 26.3 3.86 -
YUV 133.15 61.33 178.54 -
System Red Green Blue C M Y K H S L
Decimal 204 120 15 0 0.41 0.93 0.2 33.33 0.86 0.43
Hex CC 78 F 0 29 5D 14 21 56 2B
Octal 314 170 17 0 51 135 24 41 126 53
Binary 11001100 1111000 1111 0 101001 1011101 10100 100001 1010110 101011

Color Harmonies of #CC780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC780F

Black with #CC780F

Text Example


Text Example

White with #CC780F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC780F; }

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

 H1.HeaderClassName
 {
   color: #CC780F;
 }
 .AnyTagClassName
 {
   color: #CC780F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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