Html Css Color HEX #CC7119 Ochre

📋 copy color: '#CC7119'

red 204 ◦ green 113 ◦ blue 25

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

Shades of Ochre #CC7119

Tints of Ochre #CC7119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.31%

R = 59.65%
G = 33.04%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC7119 (or 0xCC7119) is known color: Ochre. HEX triplet: CC, 71 and 19. RGB value is (204,113,25). Sum of RGB (Red+Green+Blue) = 204+113+25=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7119 is #338EE6. Grayscale: #828282. Windows color (decimal): -3378919 or 1667532. OLE color: 1667532.

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

Color convert

RGB 204 113 25 -
CMYK 0 0.45 0.88 0.2
HSL 29.5º 0.78% 0.45% -
HSV(B) 29.5º 0.88% 0.8% -
XYZ 30.98 24.72 4.06 -
YUV 130.18 68.65 180.66 -
System Red Green Blue C M Y K H S L
Decimal 204 113 25 0 0.45 0.88 0.2 29.5 0.78 0.45
Hex CC 71 19 0 2D 58 14 1D 4E 2D
Octal 314 161 31 0 55 130 24 35 116 55
Binary 11001100 1110001 11001 0 101101 1011000 10100 11101 1001110 101101

Color Harmonies of #CC7119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7119

Black with #CC7119

Text Example


Text Example

White with #CC7119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7119; }

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

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

background-color css

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

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

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

border-color css

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

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

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