Html Css Color HEX #CC7F16 Ochre

📋 copy color: '#CC7F16'

red 204 ◦ green 127 ◦ blue 22

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

Shades of Ochre #CC7F16

Tints of Ochre #CC7F16

RGB

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

 GREEN value IS 127 (50% from 255) = 35.98%

 BLUE value IS 22 (8.98% from 255) = 6.23%

R = 57.79%
G = 35.98%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC7F16 (or 0xCC7F16) is known color: Ochre. HEX triplet: CC, 7F and 16. RGB value is (204,127,22). Sum of RGB (Red+Green+Blue) = 204+127+22=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7F16 is #3380E9. Grayscale: #8A8A8A. Windows color (decimal): -3375338 or 1474508. OLE color: 1474508.

HSL color Cylindrical-coordinate representation of color #CC7F16: hue angle of 34.62º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC7F16 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 127 22 -
CMYK 0 0.38 0.89 0.2
HSL 34.62º 0.81% 0.44% -
HSV(B) 34.62º 0.89% 0.8% -
XYZ 32.64 28.07 4.46 -
YUV 138.05 62.51 175.04 -
System Red Green Blue C M Y K H S L
Decimal 204 127 22 0 0.38 0.89 0.2 34.62 0.81 0.44
Hex CC 7F 16 0 26 59 14 23 51 2C
Octal 314 177 26 0 46 131 24 43 121 54
Binary 11001100 1111111 10110 0 100110 1011001 10100 100011 1010001 101100

Color Harmonies of #CC7F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7F16

Black with #CC7F16

Text Example


Text Example

White with #CC7F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7F16; }

 p { color: rgb(204,127,22); }

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

background-color css

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

 a { background-color: rgb(204,127,22); }

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

border-color css

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

 span { border-color: rgb(204,127,22); }

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