Html Css Color HEX #C87918 Ochre

📋 copy color: '#C87918'

red 200 ◦ green 121 ◦ blue 24

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

Shades of Ochre #C87918

Tints of Ochre #C87918

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.07%

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

R = 57.97%
G = 35.07%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C87918 (or 0xC87918) is known color: Ochre. HEX triplet: C8, 79 and 18. RGB value is (200,121,24). Sum of RGB (Red+Green+Blue) = 200+121+24=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C87918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87918 is #3786E7. Grayscale: #868686. Windows color (decimal): -3639016 or 1604040. OLE color: 1604040.

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

Color convert

RGB 200 121 24 -
CMYK 0 0.39 0.88 0.22
HSL 33.07º 0.79% 0.44% -
HSV(B) 33.07º 0.88% 0.78% -
XYZ 30.82 26.02 4.26 -
YUV 133.56 66.17 175.39 -
System Red Green Blue C M Y K H S L
Decimal 200 121 24 0 0.39 0.88 0.22 33.07 0.79 0.44
Hex C8 79 18 0 27 58 16 21 4F 2C
Octal 310 171 30 0 47 130 26 41 117 54
Binary 11001000 1111001 11000 0 100111 1011000 10110 100001 1001111 101100

Color Harmonies of #C87918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87918

Black with #C87918

Text Example


Text Example

White with #C87918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87918; }

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

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

background-color css

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

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

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

border-color css

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

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

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