Html Css Color HEX #C8760D Ochre

📋 copy color: '#C8760D'

red 200 ◦ green 118 ◦ blue 13

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

Shades of Ochre #C8760D

Tints of Ochre #C8760D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.65%

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

R = 60.42%
G = 35.65%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8760D (or 0xC8760D) is known color: Ochre. HEX triplet: C8, 76 and 0D. RGB value is (200,118,13). Sum of RGB (Red+Green+Blue) = 200+118+13=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8760D is #3789F2. Grayscale: #838383. Windows color (decimal): -3639795 or 882376. OLE color: 882376.

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

Color convert

RGB 200 118 13 -
CMYK 0 0.41 0.94 0.22
HSL 33.69º 0.88% 0.42% -
HSV(B) 33.69º 0.94% 0.78% -
XYZ 30.37 25.27 3.66 -
YUV 130.55 61.67 177.54 -
System Red Green Blue C M Y K H S L
Decimal 200 118 13 0 0.41 0.94 0.22 33.69 0.88 0.42
Hex C8 76 D 0 29 5E 16 22 58 2A
Octal 310 166 15 0 51 136 26 42 130 52
Binary 11001000 1110110 1101 0 101001 1011110 10110 100010 1011000 101010

Color Harmonies of #C8760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8760D

Black with #C8760D

Text Example


Text Example

White with #C8760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8760D; }

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

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

background-color css

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

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

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

border-color css

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

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

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