Html Css Color HEX #C87318 Ochre

📋 copy color: '#C87318'

red 200 ◦ green 115 ◦ blue 24

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

Shades of Ochre #C87318

Tints of Ochre #C87318

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.92%

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

R = 59%
G = 33.92%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C87318 (or 0xC87318) is known color: Ochre. HEX triplet: C8, 73 and 18. RGB value is (200,115,24). Sum of RGB (Red+Green+Blue) = 200+115+24=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C87318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87318 is #378CE7. Grayscale: #828282. Windows color (decimal): -3640552 or 1602504. OLE color: 1602504.

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

Color convert

RGB 200 115 24 -
CMYK 0 0.42 0.88 0.22
HSL 31.02º 0.79% 0.44% -
HSV(B) 31.02º 0.88% 0.78% -
XYZ 30.12 24.61 4.03 -
YUV 130.04 68.16 177.9 -
System Red Green Blue C M Y K H S L
Decimal 200 115 24 0 0.42 0.88 0.22 31.02 0.79 0.44
Hex C8 73 18 0 2A 58 16 1F 4F 2C
Octal 310 163 30 0 52 130 26 37 117 54
Binary 11001000 1110011 11000 0 101010 1011000 10110 11111 1001111 101100

Color Harmonies of #C87318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87318

Black with #C87318

Text Example


Text Example

White with #C87318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87318; }

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

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

background-color css

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

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

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

border-color css

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

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

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