Html Css Color HEX #C87A0D Ochre

📋 copy color: '#C87A0D'

red 200 ◦ green 122 ◦ blue 13

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

Shades of Ochre #C87A0D

Tints of Ochre #C87A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.88%

R = 59.7%
G = 36.42%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C87A0D (or 0xC87A0D) is known color: Ochre. HEX triplet: C8, 7A and 0D. RGB value is (200,122,13). Sum of RGB (Red+Green+Blue) = 200+122+13=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87A0D is #3785F2. Grayscale: #858585. Windows color (decimal): -3638771 or 883400. OLE color: 883400.

HSL color Cylindrical-coordinate representation of color #C87A0D: hue angle of 34.97º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C87A0D is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 122 13 -
CMYK 0 0.39 0.94 0.22
HSL 34.97º 0.88% 0.42% -
HSV(B) 34.97º 0.94% 0.78% -
XYZ 30.85 26.23 3.82 -
YUV 132.9 60.34 175.86 -
System Red Green Blue C M Y K H S L
Decimal 200 122 13 0 0.39 0.94 0.22 34.97 0.88 0.42
Hex C8 7A D 0 27 5E 16 23 58 2A
Octal 310 172 15 0 47 136 26 43 130 52
Binary 11001000 1111010 1101 0 100111 1011110 10110 100011 1011000 101010

Color Harmonies of #C87A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87A0D

Black with #C87A0D

Text Example


Text Example

White with #C87A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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