Html Css Color HEX #CC8119 Ochre

📋 copy color: '#CC8119'

red 204 ◦ green 129 ◦ blue 25

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

Shades of Ochre #CC8119

Tints of Ochre #CC8119

RGB

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

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

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

R = 56.98%
G = 36.03%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC8119 (or 0xCC8119) is known color: Ochre. HEX triplet: CC, 81 and 19. RGB value is (204,129,25). Sum of RGB (Red+Green+Blue) = 204+129+25=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8119 is #337EE6. Grayscale: #8C8C8C. Windows color (decimal): -3374823 or 1671628. OLE color: 1671628.

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

Color convert

RGB 204 129 25 -
CMYK 0 0.37 0.88 0.2
HSL 34.86º 0.78% 0.45% -
HSV(B) 34.86º 0.88% 0.8% -
XYZ 32.93 28.61 4.71 -
YUV 139.57 63.35 173.96 -
System Red Green Blue C M Y K H S L
Decimal 204 129 25 0 0.37 0.88 0.2 34.86 0.78 0.45
Hex CC 81 19 0 25 58 14 23 4E 2D
Octal 314 201 31 0 45 130 24 43 116 55
Binary 11001100 10000001 11001 0 100101 1011000 10100 100011 1001110 101101

Color Harmonies of #CC8119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8119

Black with #CC8119

Text Example


Text Example

White with #CC8119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8119; }

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

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

background-color css

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

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

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

border-color css

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

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

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