Html Css Color HEX #CC781E Ochre

📋 copy color: '#CC781E'

red 204 ◦ green 120 ◦ blue 30

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

Shades of Ochre #CC781E

Tints of Ochre #CC781E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.47%

R = 57.63%
G = 33.9%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC781E (or 0xCC781E) is known color: Ochre. HEX triplet: CC, 78 and 1E. RGB value is (204,120,30). Sum of RGB (Red+Green+Blue) = 204+120+30=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC781E is #3387E1. Grayscale: #878787. Windows color (decimal): -3377122 or 1997004. OLE color: 1997004.

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

Color convert

RGB 204 120 30 -
CMYK 0 0.41 0.85 0.2
HSL 31.03º 0.74% 0.46% -
HSV(B) 31.03º 0.85% 0.8% -
XYZ 31.85 26.36 4.64 -
YUV 134.86 68.83 177.32 -
System Red Green Blue C M Y K H S L
Decimal 204 120 30 0 0.41 0.85 0.2 31.03 0.74 0.46
Hex CC 78 1E 0 29 55 14 1F 4A 2E
Octal 314 170 36 0 51 125 24 37 112 56
Binary 11001100 1111000 11110 0 101001 1010101 10100 11111 1001010 101110

Color Harmonies of #CC781E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC781E

Black with #CC781E

Text Example


Text Example

White with #CC781E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC781E; }

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

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

background-color css

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

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

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

border-color css

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

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

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