Html Css Color HEX #CC761F Ochre

📋 copy color: '#CC761F'

red 204 ◦ green 118 ◦ blue 31

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

Shades of Ochre #CC761F

Tints of Ochre #CC761F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.43%

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

R = 57.79%
G = 33.43%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC761F (or 0xCC761F) is known color: Ochre. HEX triplet: CC, 76 and 1F. RGB value is (204,118,31). Sum of RGB (Red+Green+Blue) = 204+118+31=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC761F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC761F is #3389E0. Grayscale: #868686. Windows color (decimal): -3377633 or 2062028. OLE color: 2062028.

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

Color convert

RGB 204 118 31 -
CMYK 0 0.42 0.85 0.2
HSL 30.17º 0.74% 0.46% -
HSV(B) 30.17º 0.85% 0.8% -
XYZ 31.63 25.89 4.63 -
YUV 133.8 69.99 178.07 -
System Red Green Blue C M Y K H S L
Decimal 204 118 31 0 0.42 0.85 0.2 30.17 0.74 0.46
Hex CC 76 1F 0 2A 55 14 1E 4A 2E
Octal 314 166 37 0 52 125 24 36 112 56
Binary 11001100 1110110 11111 0 101010 1010101 10100 11110 1001010 101110

Color Harmonies of #CC761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC761F

Black with #CC761F

Text Example


Text Example

White with #CC761F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC761F; }

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

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

background-color css

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

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

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

border-color css

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

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

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