Html Css Color HEX #CC781F Ochre

📋 copy color: '#CC781F'

red 204 ◦ green 120 ◦ blue 31

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

Shades of Ochre #CC781F

Tints of Ochre #CC781F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.73%

R = 57.46%
G = 33.8%
B = 8.73%

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

#CC781F (or 0xCC781F) is known color: Ochre. HEX triplet: CC, 78 and 1F. RGB value is (204,120,31). Sum of RGB (Red+Green+Blue) = 204+120+31=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC781F is #3387E0. Grayscale: #878787. Windows color (decimal): -3377121 or 2062540. OLE color: 2062540.

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

Color convert

RGB 204 120 31 -
CMYK 0 0.41 0.85 0.2
HSL 30.87º 0.74% 0.46% -
HSV(B) 30.87º 0.85% 0.8% -
XYZ 31.87 26.37 4.71 -
YUV 134.97 69.33 177.24 -
System Red Green Blue C M Y K H S L
Decimal 204 120 31 0 0.41 0.85 0.2 30.87 0.74 0.46
Hex CC 78 1F 0 29 55 14 1F 4A 2E
Octal 314 170 37 0 51 125 24 37 112 56
Binary 11001100 1111000 11111 0 101001 1010101 10100 11111 1001010 101110

Color Harmonies of #CC781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC781F

Black with #CC781F

Text Example


Text Example

White with #CC781F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC781F; }

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

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

background-color css

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

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

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

border-color css

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

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

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