Html Css Color HEX #C87C0F Ochre

📋 copy color: '#C87C0F'

red 200 ◦ green 124 ◦ blue 15

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

Shades of Ochre #C87C0F

Tints of Ochre #C87C0F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.58%

 BLUE value IS 15 (6.25% from 255) = 4.42%

R = 59%
G = 36.58%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C87C0F (or 0xC87C0F) is known color: Ochre. HEX triplet: C8, 7C and 0F. RGB value is (200,124,15). Sum of RGB (Red+Green+Blue) = 200+124+15=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87C0F is #3783F0. Grayscale: #868686. Windows color (decimal): -3638257 or 1014984. OLE color: 1014984.

HSL color Cylindrical-coordinate representation of color #C87C0F: hue angle of 35.35º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C87C0F is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 124 15 -
CMYK 0 0.38 0.92 0.22
HSL 35.35º 0.86% 0.42% -
HSV(B) 35.35º 0.93% 0.78% -
XYZ 31.11 26.73 3.97 -
YUV 134.3 60.68 174.86 -
System Red Green Blue C M Y K H S L
Decimal 200 124 15 0 0.38 0.92 0.22 35.35 0.86 0.42
Hex C8 7C F 0 26 5C 16 23 56 2A
Octal 310 174 17 0 46 134 26 43 126 52
Binary 11001000 1111100 1111 0 100110 1011100 10110 100011 1010110 101010

Color Harmonies of #C87C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87C0F

Black with #C87C0F

Text Example


Text Example

White with #C87C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87C0F; }

 p { color: rgb(200,124,15); }

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

background-color css

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

 a { background-color: rgb(200,124,15); }

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

border-color css

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

 span { border-color: rgb(200,124,15); }

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