Html Css Color HEX #CC8719 Ochre

📋 copy color: '#CC8719'

red 204 ◦ green 135 ◦ blue 25

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

Shades of Ochre #CC8719

Tints of Ochre #CC8719

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.09%

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

R = 56.04%
G = 37.09%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC8719 (or 0xCC8719) is known color: Ochre. HEX triplet: CC, 87 and 19. RGB value is (204,135,25). Sum of RGB (Red+Green+Blue) = 204+135+25=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8719 is #3378E6. Grayscale: #8F8F8F. Windows color (decimal): -3373287 or 1673164. OLE color: 1673164.

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

Color convert

RGB 204 135 25 -
CMYK 0 0.34 0.88 0.2
HSL 36.87º 0.78% 0.45% -
HSV(B) 36.87º 0.88% 0.8% -
XYZ 33.74 30.24 4.98 -
YUV 143.09 61.36 171.44 -
System Red Green Blue C M Y K H S L
Decimal 204 135 25 0 0.34 0.88 0.2 36.87 0.78 0.45
Hex CC 87 19 0 22 58 14 25 4E 2D
Octal 314 207 31 0 42 130 24 45 116 55
Binary 11001100 10000111 11001 0 100010 1011000 10100 100101 1001110 101101

Color Harmonies of #CC8719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8719

Black with #CC8719

Text Example


Text Example

White with #CC8719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8719; }

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

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

background-color css

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

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

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

border-color css

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

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

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