Html Css Color HEX #C8772C Ochre

📋 copy color: '#C8772C'

red 200 ◦ green 119 ◦ blue 44

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

Shades of Ochre #C8772C

Tints of Ochre #C8772C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.12%

R = 55.1%
G = 32.78%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8772C (or 0xC8772C) is known color: Ochre. HEX triplet: C8, 77 and 2C. RGB value is (200,119,44). Sum of RGB (Red+Green+Blue) = 200+119+44=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8772C is #3788D3. Grayscale: #878787. Windows color (decimal): -3639508 or 2914248. OLE color: 2914248.

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

Color convert

RGB 200 119 44 -
CMYK 0 0.40 0.78 0.22
HSL 28.85º 0.64% 0.48% -
HSV(B) 28.85º 0.78% 0.78% -
XYZ 30.87 25.65 5.71 -
YUV 134.67 76.84 174.6 -
System Red Green Blue C M Y K H S L
Decimal 200 119 44 0 0.40 0.78 0.22 28.85 0.64 0.48
Hex C8 77 2C 0 28 4E 16 1D 40 30
Octal 310 167 54 0 50 116 26 35 100 60
Binary 11001000 1110111 101100 0 101000 1001110 10110 11101 1000000 110000

Color Harmonies of #C8772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8772C

Black with #C8772C

Text Example


Text Example

White with #C8772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8772C; }

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

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

background-color css

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

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

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

border-color css

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

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

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