Html Css Color HEX #CC7227 Ochre

📋 copy color: '#CC7227'

red 204 ◦ green 114 ◦ blue 39

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

Shades of Ochre #CC7227

Tints of Ochre #CC7227

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.93%

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

R = 57.14%
G = 31.93%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC7227 (or 0xCC7227) is known color: Ochre. HEX triplet: CC, 72 and 27. RGB value is (204,114,39). Sum of RGB (Red+Green+Blue) = 204+114+39=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7227 is #338DD8. Grayscale: #848484. Windows color (decimal): -3378649 or 2585292. OLE color: 2585292.

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

Color convert

RGB 204 114 39 -
CMYK 0 0.44 0.81 0.2
HSL 27.27º 0.68% 0.48% -
HSV(B) 27.27º 0.81% 0.8% -
XYZ 31.29 25.02 5.1 -
YUV 132.36 75.32 179.1 -
System Red Green Blue C M Y K H S L
Decimal 204 114 39 0 0.44 0.81 0.2 27.27 0.68 0.48
Hex CC 72 27 0 2C 51 14 1B 44 30
Octal 314 162 47 0 54 121 24 33 104 60
Binary 11001100 1110010 100111 0 101100 1010001 10100 11011 1000100 110000

Color Harmonies of #CC7227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7227

Black with #CC7227

Text Example


Text Example

White with #CC7227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7227; }

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

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

background-color css

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

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

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

border-color css

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

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

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