Html Css Color HEX #CC7120 Ochre

📋 copy color: '#CC7120'

red 204 ◦ green 113 ◦ blue 32

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

Shades of Ochre #CC7120

Tints of Ochre #CC7120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.38%

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

R = 58.45%
G = 32.38%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC7120 (or 0xCC7120) is known color: Ochre. HEX triplet: CC, 71 and 20. RGB value is (204,113,32). Sum of RGB (Red+Green+Blue) = 204+113+32=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7120 is #338EDF. Grayscale: #838383. Windows color (decimal): -3378912 or 2126284. OLE color: 2126284.

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

Color convert

RGB 204 113 32 -
CMYK 0 0.45 0.84 0.2
HSL 28.26º 0.73% 0.46% -
HSV(B) 28.26º 0.84% 0.8% -
XYZ 31.07 24.75 4.51 -
YUV 130.98 72.15 180.09 -
System Red Green Blue C M Y K H S L
Decimal 204 113 32 0 0.45 0.84 0.2 28.26 0.73 0.46
Hex CC 71 20 0 2D 54 14 1C 49 2E
Octal 314 161 40 0 55 124 24 34 111 56
Binary 11001100 1110001 100000 0 101101 1010100 10100 11100 1001001 101110

Color Harmonies of #CC7120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7120

Black with #CC7120

Text Example


Text Example

White with #CC7120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7120; }

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

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

background-color css

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

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

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

border-color css

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

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

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