Html Css Color HEX #CC8120 Ochre

📋 copy color: '#CC8120'

red 204 ◦ green 129 ◦ blue 32

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

Shades of Ochre #CC8120

Tints of Ochre #CC8120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.34%

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

R = 55.89%
G = 35.34%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC8120 (or 0xCC8120) is known color: Ochre. HEX triplet: CC, 81 and 20. RGB value is (204,129,32). Sum of RGB (Red+Green+Blue) = 204+129+32=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8120 is #337EDF. Grayscale: #8C8C8C. Windows color (decimal): -3374816 or 2130380. OLE color: 2130380.

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

Color convert

RGB 204 129 32 -
CMYK 0 0.37 0.84 0.2
HSL 33.84º 0.73% 0.46% -
HSV(B) 33.84º 0.84% 0.8% -
XYZ 33.01 28.64 5.16 -
YUV 140.37 66.85 173.39 -
System Red Green Blue C M Y K H S L
Decimal 204 129 32 0 0.37 0.84 0.2 33.84 0.73 0.46
Hex CC 81 20 0 25 54 14 22 49 2E
Octal 314 201 40 0 45 124 24 42 111 56
Binary 11001100 10000001 100000 0 100101 1010100 10100 100010 1001001 101110

Color Harmonies of #CC8120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8120

Black with #CC8120

Text Example


Text Example

White with #CC8120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8120; }

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

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

background-color css

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

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

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

border-color css

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

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

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