Html Css Color HEX #CC7C24 Ochre

📋 copy color: '#CC7C24'

red 204 ◦ green 124 ◦ blue 36

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

Shades of Ochre #CC7C24

Tints of Ochre #CC7C24

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.07%

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

R = 56.04%
G = 34.07%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC7C24 (or 0xCC7C24) is known color: Ochre. HEX triplet: CC, 7C and 24. RGB value is (204,124,36). Sum of RGB (Red+Green+Blue) = 204+124+36=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7C24 is #3383DB. Grayscale: #8A8A8A. Windows color (decimal): -3376092 or 2391244. OLE color: 2391244.

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

Color convert

RGB 204 124 36 -
CMYK 0 0.39 0.82 0.2
HSL 31.43º 0.7% 0.47% -
HSV(B) 31.43º 0.82% 0.8% -
XYZ 32.43 27.38 5.24 -
YUV 137.89 70.5 175.16 -
System Red Green Blue C M Y K H S L
Decimal 204 124 36 0 0.39 0.82 0.2 31.43 0.7 0.47
Hex CC 7C 24 0 27 52 14 1F 46 2F
Octal 314 174 44 0 47 122 24 37 106 57
Binary 11001100 1111100 100100 0 100111 1010010 10100 11111 1000110 101111

Color Harmonies of #CC7C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C24

Black with #CC7C24

Text Example


Text Example

White with #CC7C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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