Html Css Color HEX #C88118 Ochre

📋 copy color: '#C88118'

red 200 ◦ green 129 ◦ blue 24

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

Shades of Ochre #C88118

Tints of Ochre #C88118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.8%

R = 56.66%
G = 36.54%
B = 6.8%

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

#C88118 (or 0xC88118) is known color: Ochre. HEX triplet: C8, 81 and 18. RGB value is (200,129,24). Sum of RGB (Red+Green+Blue) = 200+129+24=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C88118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88118 is #377EE7. Grayscale: #8A8A8A. Windows color (decimal): -3636968 or 1606088. OLE color: 1606088.

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

Color convert

RGB 200 129 24 -
CMYK 0 0.36 0.88 0.22
HSL 35.8º 0.79% 0.44% -
HSV(B) 35.8º 0.88% 0.78% -
XYZ 31.83 28.05 4.6 -
YUV 138.26 63.52 172.04 -
System Red Green Blue C M Y K H S L
Decimal 200 129 24 0 0.36 0.88 0.22 35.8 0.79 0.44
Hex C8 81 18 0 24 58 16 24 4F 2C
Octal 310 201 30 0 44 130 26 44 117 54
Binary 11001000 10000001 11000 0 100100 1011000 10110 100100 1001111 101100

Color Harmonies of #C88118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88118

Black with #C88118

Text Example


Text Example

White with #C88118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88118; }

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

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

background-color css

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

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

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

border-color css

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

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

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