Html Css Color HEX #C8780D Ochre

📋 copy color: '#C8780D'

red 200 ◦ green 120 ◦ blue 13

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

Shades of Ochre #C8780D

Tints of Ochre #C8780D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.04%

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

R = 60.06%
G = 36.04%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8780D (or 0xC8780D) is known color: Ochre. HEX triplet: C8, 78 and 0D. RGB value is (200,120,13). Sum of RGB (Red+Green+Blue) = 200+120+13=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C8780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8780D is #3787F2. Grayscale: #848484. Windows color (decimal): -3639283 or 882888. OLE color: 882888.

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

Color convert

RGB 200 120 13 -
CMYK 0 0.4 0.94 0.22
HSL 34.33º 0.88% 0.42% -
HSV(B) 34.33º 0.94% 0.78% -
XYZ 30.61 25.74 3.74 -
YUV 131.72 61 176.7 -
System Red Green Blue C M Y K H S L
Decimal 200 120 13 0 0.4 0.94 0.22 34.33 0.88 0.42
Hex C8 78 D 0 28 5E 16 22 58 2A
Octal 310 170 15 0 50 136 26 42 130 52
Binary 11001000 1111000 1101 0 101000 1011110 10110 100010 1011000 101010

Color Harmonies of #C8780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8780D

Black with #C8780D

Text Example


Text Example

White with #C8780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8780D; }

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

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

background-color css

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

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

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

border-color css

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

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

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