Html Css Color HEX #CC8220 Ochre

📋 copy color: '#CC8220'

red 204 ◦ green 130 ◦ blue 32

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

Shades of Ochre #CC8220

Tints of Ochre #CC8220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.52%

 BLUE value IS 32 (12.89% from 255) = 8.74%

R = 55.74%
G = 35.52%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC8220 (or 0xCC8220) is known color: Ochre. HEX triplet: CC, 82 and 20. RGB value is (204,130,32). Sum of RGB (Red+Green+Blue) = 204+130+32=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8220 is #337DDF. Grayscale: #8D8D8D. Windows color (decimal): -3374560 or 2130636. OLE color: 2130636.

HSL color Cylindrical-coordinate representation of color #CC8220: hue angle of 34.19º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC8220 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 130 32 -
CMYK 0 0.36 0.84 0.2
HSL 34.19º 0.73% 0.46% -
HSV(B) 34.19º 0.84% 0.8% -
XYZ 33.15 28.91 5.2 -
YUV 140.95 66.52 172.97 -
System Red Green Blue C M Y K H S L
Decimal 204 130 32 0 0.36 0.84 0.2 34.19 0.73 0.46
Hex CC 82 20 0 24 54 14 22 49 2E
Octal 314 202 40 0 44 124 24 42 111 56
Binary 11001100 10000010 100000 0 100100 1010100 10100 100010 1001001 101110

Color Harmonies of #CC8220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8220

Black with #CC8220

Text Example


Text Example

White with #CC8220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8220; }

 p { color: rgb(204,130,32); }

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

background-color css

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

 a { background-color: rgb(204,130,32); }

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

border-color css

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

 span { border-color: rgb(204,130,32); }

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