Html Css Color HEX #C87A0F Ochre

📋 copy color: '#C87A0F'

red 200 ◦ green 122 ◦ blue 15

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

Shades of Ochre #C87A0F

Tints of Ochre #C87A0F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.2%

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

R = 59.35%
G = 36.2%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C87A0F (or 0xC87A0F) is known color: Ochre. HEX triplet: C8, 7A and 0F. RGB value is (200,122,15). Sum of RGB (Red+Green+Blue) = 200+122+15=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87A0F is #3785F0. Grayscale: #858585. Windows color (decimal): -3638769 or 1014472. OLE color: 1014472.

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

Color convert

RGB 200 122 15 -
CMYK 0 0.39 0.92 0.22
HSL 34.7º 0.86% 0.42% -
HSV(B) 34.7º 0.93% 0.78% -
XYZ 30.87 26.23 3.89 -
YUV 133.12 61.34 175.7 -
System Red Green Blue C M Y K H S L
Decimal 200 122 15 0 0.39 0.92 0.22 34.7 0.86 0.42
Hex C8 7A F 0 27 5C 16 23 56 2A
Octal 310 172 17 0 47 134 26 43 126 52
Binary 11001000 1111010 1111 0 100111 1011100 10110 100011 1010110 101010

Color Harmonies of #C87A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87A0F

Black with #C87A0F

Text Example


Text Example

White with #C87A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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