Html Css Color HEX #CC7029 Ochre

📋 copy color: '#CC7029'

red 204 ◦ green 112 ◦ blue 41

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

Shades of Ochre #CC7029

Tints of Ochre #CC7029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.37%

 BLUE value IS 41 (16.41% from 255) = 11.48%

R = 57.14%
G = 31.37%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC7029 (or 0xCC7029) is known color: Ochre. HEX triplet: CC, 70 and 29. RGB value is (204,112,41). Sum of RGB (Red+Green+Blue) = 204+112+41=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7029 is #338FD6. Grayscale: #838383. Windows color (decimal): -3379159 or 2715852. OLE color: 2715852.

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

Color convert

RGB 204 112 41 -
CMYK 0 0.45 0.80 0.2
HSL 26.13º 0.67% 0.48% -
HSV(B) 26.13º 0.8% 0.8% -
XYZ 31.1 24.59 5.2 -
YUV 131.41 76.98 179.77 -
System Red Green Blue C M Y K H S L
Decimal 204 112 41 0 0.45 0.80 0.2 26.13 0.67 0.48
Hex CC 70 29 0 2D 50 14 1A 43 30
Octal 314 160 51 0 55 120 24 32 103 60
Binary 11001100 1110000 101001 0 101101 1010000 10100 11010 1000011 110000

Color Harmonies of #CC7029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7029

Black with #CC7029

Text Example


Text Example

White with #CC7029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7029; }

 p { color: rgb(204,112,41); }

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

background-color css

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

 a { background-color: rgb(204,112,41); }

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

border-color css

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

 span { border-color: rgb(204,112,41); }

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