#C8760A

Color #C8760A Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C8760A

Tints of Ochre #C8760A

Color information

#C8760A (or 0xC8760A) is unknown color: approx Ochre. HEX triplet: C8, 76 and 0A. RGB value is (200,118,10). Sum of RGB (Red+Green+Blue) = 200+118+10=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C8760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8760A is #3789F5. Grayscale: #828282. Windows color (decimal): -3639798 or 685768. OLE color: 685768.

HSL color Cylindrical-coordinate representation of color #C8760A: hue angle of 34.11º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8760A is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB20011810-
CMYK00.410.950.22
HSL34.11º90.48%41.18%-
HSV(B)34.11º95%78.43%-
XYZ30.3525.263.56-
YUV130.2160.17177.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.98%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 10 (4.30% from 255) = 3.05%
R=60.98%
G=35.98%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001181000.410.950.2234.1190.4841.18
HexC876A0295F16225a29
Octal31016612051137264213251
Binary110010001110110101001010011011111101101000101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8760A; }

 p { color: rgb(200,118,10); }

 H1.HeaderClassName
 {
   color: #C8760A;
 }
 .AnyTagClassName
 {
   color: #C8760A;
 }
</style>
background-color css

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

 a { background-color: rgb(200,118,10); }

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

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

 span { border-color: rgb(200,118,10); }

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