Html Css Color HEX #CC7210 Ochre

📋 copy color: '#CC7210'

red 204 ◦ green 114 ◦ blue 16

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

Shades of Ochre #CC7210

Tints of Ochre #CC7210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.13%

 BLUE value IS 16 (6.64% from 255) = 4.79%

R = 61.08%
G = 34.13%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC7210 (or 0xCC7210) is known color: Ochre. HEX triplet: CC, 72 and 10. RGB value is (204,114,16). Sum of RGB (Red+Green+Blue) = 204+114+16=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7210 is #338DEF. Grayscale: #828282. Windows color (decimal): -3378672 or 1077964. OLE color: 1077964.

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

Color convert

RGB 204 114 16 -
CMYK 0 0.44 0.92 0.2
HSL 31.28º 0.85% 0.43% -
HSV(B) 31.28º 0.92% 0.8% -
XYZ 31.01 24.91 3.66 -
YUV 129.74 63.82 180.97 -
System Red Green Blue C M Y K H S L
Decimal 204 114 16 0 0.44 0.92 0.2 31.28 0.85 0.43
Hex CC 72 10 0 2C 5C 14 1F 55 2B
Octal 314 162 20 0 54 134 24 37 125 53
Binary 11001100 1110010 10000 0 101100 1011100 10100 11111 1010101 101011

Color Harmonies of #CC7210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7210

Black with #CC7210

Text Example


Text Example

White with #CC7210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7210; }

 p { color: rgb(204,114,16); }

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

background-color css

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

 a { background-color: rgb(204,114,16); }

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

border-color css

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

 span { border-color: rgb(204,114,16); }

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