Html Css Color HEX #C88219 Ochre

📋 copy color: '#C88219'

red 200 ◦ green 130 ◦ blue 25

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

Shades of Ochre #C88219

Tints of Ochre #C88219

RGB

 RED value IS 200 (78.52% from 255) = 56.34%

 GREEN value IS 130 (51.17% from 255) = 36.62%

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

R = 56.34%
G = 36.62%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C88219 (or 0xC88219) is known color: Ochre. HEX triplet: C8, 82 and 19. RGB value is (200,130,25). Sum of RGB (Red+Green+Blue) = 200+130+25=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C88219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88219 is #377DE6. Grayscale: #8B8B8B. Windows color (decimal): -3636711 or 1671880. OLE color: 1671880.

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

Color convert

RGB 200 130 25 -
CMYK 0 0.35 0.88 0.22
HSL 36º 0.78% 0.44% -
HSV(B) 36º 0.88% 0.78% -
XYZ 31.98 28.31 4.7 -
YUV 138.96 63.69 171.54 -
System Red Green Blue C M Y K H S L
Decimal 200 130 25 0 0.35 0.88 0.22 36 0.78 0.44
Hex C8 82 19 0 23 58 16 24 4E 2C
Octal 310 202 31 0 43 130 26 44 116 54
Binary 11001000 10000010 11001 0 100011 1011000 10110 100100 1001110 101100

Color Harmonies of #C88219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88219

Black with #C88219

Text Example


Text Example

White with #C88219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88219; }

 p { color: rgb(200,130,25); }

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

background-color css

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

 a { background-color: rgb(200,130,25); }

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

border-color css

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

 span { border-color: rgb(200,130,25); }

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