Html Css Color HEX #CC7027 Ochre

📋 copy color: '#CC7027'

red 204 ◦ green 112 ◦ blue 39

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

Shades of Ochre #CC7027

Tints of Ochre #CC7027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.99%

R = 57.46%
G = 31.55%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC7027 (or 0xCC7027) is known color: Ochre. HEX triplet: CC, 70 and 27. RGB value is (204,112,39). Sum of RGB (Red+Green+Blue) = 204+112+39=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7027 is #338FD8. Grayscale: #838383. Windows color (decimal): -3379161 or 2584780. OLE color: 2584780.

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

Color convert

RGB 204 112 39 -
CMYK 0 0.45 0.81 0.2
HSL 26.55º 0.68% 0.48% -
HSV(B) 26.55º 0.81% 0.8% -
XYZ 31.06 24.57 5.03 -
YUV 131.19 75.98 179.94 -
System Red Green Blue C M Y K H S L
Decimal 204 112 39 0 0.45 0.81 0.2 26.55 0.68 0.48
Hex CC 70 27 0 2D 51 14 1B 44 30
Octal 314 160 47 0 55 121 24 33 104 60
Binary 11001100 1110000 100111 0 101101 1010001 10100 11011 1000100 110000

Color Harmonies of #CC7027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7027

Black with #CC7027

Text Example


Text Example

White with #CC7027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7027; }

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

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

background-color css

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

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

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

border-color css

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

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

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