Html Css Color HEX #C88218 Ochre

📋 copy color: '#C88218'

red 200 ◦ green 130 ◦ blue 24

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

Shades of Ochre #C88218

Tints of Ochre #C88218

RGB

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

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

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

R = 56.5%
G = 36.72%
B = 6.78%

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

#C88218 (or 0xC88218) is known color: Ochre. HEX triplet: C8, 82 and 18. RGB value is (200,130,24). Sum of RGB (Red+Green+Blue) = 200+130+24=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C88218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88218 is #377DE7. Grayscale: #8B8B8B. Windows color (decimal): -3636712 or 1606344. OLE color: 1606344.

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

Color convert

RGB 200 130 24 -
CMYK 0 0.35 0.88 0.22
HSL 36.14º 0.79% 0.44% -
HSV(B) 36.14º 0.88% 0.78% -
XYZ 31.97 28.31 4.64 -
YUV 138.85 63.19 171.62 -
System Red Green Blue C M Y K H S L
Decimal 200 130 24 0 0.35 0.88 0.22 36.14 0.79 0.44
Hex C8 82 18 0 23 58 16 24 4F 2C
Octal 310 202 30 0 43 130 26 44 117 54
Binary 11001000 10000010 11000 0 100011 1011000 10110 100100 1001111 101100

Color Harmonies of #C88218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88218

Black with #C88218

Text Example


Text Example

White with #C88218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88218; }

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

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

background-color css

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

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

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

border-color css

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

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

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