Html Css Color HEX #CC7124 Ochre

📋 copy color: '#CC7124'

red 204 ◦ green 113 ◦ blue 36

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

Shades of Ochre #CC7124

Tints of Ochre #CC7124

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.01%

 BLUE value IS 36 (14.45% from 255) = 10.2%

R = 57.79%
G = 32.01%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC7124 (or 0xCC7124) is known color: Ochre. HEX triplet: CC, 71 and 24. RGB value is (204,113,36). Sum of RGB (Red+Green+Blue) = 204+113+36=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7124 is #338EDB. Grayscale: #838383. Windows color (decimal): -3378908 or 2388428. OLE color: 2388428.

HSL color Cylindrical-coordinate representation of color #CC7124: hue angle of 27.5º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC7124 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 113 36 -
CMYK 0 0.45 0.82 0.2
HSL 27.5º 0.7% 0.47% -
HSV(B) 27.5º 0.82% 0.8% -
XYZ 31.13 24.78 4.81 -
YUV 131.43 74.15 179.76 -
System Red Green Blue C M Y K H S L
Decimal 204 113 36 0 0.45 0.82 0.2 27.5 0.7 0.47
Hex CC 71 24 0 2D 52 14 1C 46 2F
Octal 314 161 44 0 55 122 24 34 106 57
Binary 11001100 1110001 100100 0 101101 1010010 10100 11100 1000110 101111

Color Harmonies of #CC7124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7124

Black with #CC7124

Text Example


Text Example

White with #CC7124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7124; }

 p { color: rgb(204,113,36); }

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

background-color css

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

 a { background-color: rgb(204,113,36); }

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

border-color css

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

 span { border-color: rgb(204,113,36); }

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