Html Css Color HEX #C87018 Ochre

📋 copy color: '#C87018'

red 200 ◦ green 112 ◦ blue 24

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

Shades of Ochre #C87018

Tints of Ochre #C87018

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.33%

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

R = 59.52%
G = 33.33%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C87018 (or 0xC87018) is known color: Ochre. HEX triplet: C8, 70 and 18. RGB value is (200,112,24). Sum of RGB (Red+Green+Blue) = 200+112+24=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C87018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87018 is #378FE7. Grayscale: #808080. Windows color (decimal): -3641320 or 1601736. OLE color: 1601736.

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

Color convert

RGB 200 112 24 -
CMYK 0 0.44 0.88 0.22
HSL 30º 0.79% 0.44% -
HSV(B) 30º 0.88% 0.78% -
XYZ 29.78 23.93 3.91 -
YUV 128.28 69.15 179.16 -
System Red Green Blue C M Y K H S L
Decimal 200 112 24 0 0.44 0.88 0.22 30 0.79 0.44
Hex C8 70 18 0 2C 58 16 1E 4F 2C
Octal 310 160 30 0 54 130 26 36 117 54
Binary 11001000 1110000 11000 0 101100 1011000 10110 11110 1001111 101100

Color Harmonies of #C87018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87018

Black with #C87018

Text Example


Text Example

White with #C87018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87018; }

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

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

background-color css

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

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

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

border-color css

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

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

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