Html Css Color HEX #C87E18 Ochre

📋 copy color: '#C87E18'

red 200 ◦ green 126 ◦ blue 24

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

Shades of Ochre #C87E18

Tints of Ochre #C87E18

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36%

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

R = 57.14%
G = 36%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C87E18 (or 0xC87E18) is known color: Ochre. HEX triplet: C8, 7E and 18. RGB value is (200,126,24). Sum of RGB (Red+Green+Blue) = 200+126+24=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87E18 is #3781E7. Grayscale: #888888. Windows color (decimal): -3637736 or 1605320. OLE color: 1605320.

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

Color convert

RGB 200 126 24 -
CMYK 0 0.37 0.88 0.22
HSL 34.77º 0.79% 0.44% -
HSV(B) 34.77º 0.88% 0.78% -
XYZ 31.45 27.27 4.47 -
YUV 136.5 64.52 173.29 -
System Red Green Blue C M Y K H S L
Decimal 200 126 24 0 0.37 0.88 0.22 34.77 0.79 0.44
Hex C8 7E 18 0 25 58 16 23 4F 2C
Octal 310 176 30 0 45 130 26 43 117 54
Binary 11001000 1111110 11000 0 100101 1011000 10110 100011 1001111 101100

Color Harmonies of #C87E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87E18

Black with #C87E18

Text Example


Text Example

White with #C87E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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