Html Css Color HEX #C88119 Ochre

📋 copy color: '#C88119'

red 200 ◦ green 129 ◦ blue 25

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

Shades of Ochre #C88119

Tints of Ochre #C88119

RGB

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

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

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

R = 56.5%
G = 36.44%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C88119 (or 0xC88119) is known color: Ochre. HEX triplet: C8, 81 and 19. RGB value is (200,129,25). Sum of RGB (Red+Green+Blue) = 200+129+25=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C88119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88119 is #377EE6. Grayscale: #8A8A8A. Windows color (decimal): -3636967 or 1671624. OLE color: 1671624.

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

Color convert

RGB 200 129 25 -
CMYK 0 0.36 0.88 0.22
HSL 35.66º 0.78% 0.44% -
HSV(B) 35.66º 0.88% 0.78% -
XYZ 31.85 28.05 4.66 -
YUV 138.37 64.02 171.96 -
System Red Green Blue C M Y K H S L
Decimal 200 129 25 0 0.36 0.88 0.22 35.66 0.78 0.44
Hex C8 81 19 0 24 58 16 24 4E 2C
Octal 310 201 31 0 44 130 26 44 116 54
Binary 11001000 10000001 11001 0 100100 1011000 10110 100100 1001110 101100

Color Harmonies of #C88119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88119

Black with #C88119

Text Example


Text Example

White with #C88119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88119; }

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

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

background-color css

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

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

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

border-color css

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

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

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