Html Css Color HEX #CC7A12 Ochre

📋 copy color: '#CC7A12'

red 204 ◦ green 122 ◦ blue 18

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

Shades of Ochre #CC7A12

Tints of Ochre #CC7A12

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.47%

 BLUE value IS 18 (7.42% from 255) = 5.23%

R = 59.3%
G = 35.47%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC7A12 (or 0xCC7A12) is known color: Ochre. HEX triplet: CC, 7A and 12. RGB value is (204,122,18). Sum of RGB (Red+Green+Blue) = 204+122+18=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7A12 is #3385ED. Grayscale: #878787. Windows color (decimal): -3376622 or 1211084. OLE color: 1211084.

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

Color convert

RGB 204 122 18 -
CMYK 0 0.40 0.91 0.2
HSL 33.55º 0.84% 0.44% -
HSV(B) 33.55º 0.91% 0.8% -
XYZ 31.97 26.8 4.06 -
YUV 134.66 62.17 177.46 -
System Red Green Blue C M Y K H S L
Decimal 204 122 18 0 0.40 0.91 0.2 33.55 0.84 0.44
Hex CC 7A 12 0 28 5B 14 22 54 2C
Octal 314 172 22 0 50 133 24 42 124 54
Binary 11001100 1111010 10010 0 101000 1011011 10100 100010 1010100 101100

Color Harmonies of #CC7A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A12

Black with #CC7A12

Text Example


Text Example

White with #CC7A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A12; }

 p { color: rgb(204,122,18); }

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

background-color css

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

 a { background-color: rgb(204,122,18); }

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

border-color css

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

 span { border-color: rgb(204,122,18); }

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