Html Css Color HEX #C8770D Ochre

📋 copy color: '#C8770D'

red 200 ◦ green 119 ◦ blue 13

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

Shades of Ochre #C8770D

Tints of Ochre #C8770D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.84%

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

R = 60.24%
G = 35.84%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8770D (or 0xC8770D) is known color: Ochre. HEX triplet: C8, 77 and 0D. RGB value is (200,119,13). Sum of RGB (Red+Green+Blue) = 200+119+13=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C8770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8770D is #3788F2. Grayscale: #838383. Windows color (decimal): -3639539 or 882632. OLE color: 882632.

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

Color convert

RGB 200 119 13 -
CMYK 0 0.40 0.94 0.22
HSL 34.01º 0.88% 0.42% -
HSV(B) 34.01º 0.94% 0.78% -
XYZ 30.49 25.5 3.7 -
YUV 131.14 61.34 177.12 -
System Red Green Blue C M Y K H S L
Decimal 200 119 13 0 0.40 0.94 0.22 34.01 0.88 0.42
Hex C8 77 D 0 28 5E 16 22 58 2A
Octal 310 167 15 0 50 136 26 42 130 52
Binary 11001000 1110111 1101 0 101000 1011110 10110 100010 1011000 101010

Color Harmonies of #C8770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8770D

Black with #C8770D

Text Example


Text Example

White with #C8770D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8770D; }

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

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

background-color css

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

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

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

border-color css

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

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

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