Html Css Color HEX #C8772A Ochre

📋 copy color: '#C8772A'

red 200 ◦ green 119 ◦ blue 42

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

Shades of Ochre #C8772A

Tints of Ochre #C8772A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.63%

R = 55.4%
G = 32.96%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8772A (or 0xC8772A) is known color: Ochre. HEX triplet: C8, 77 and 2A. RGB value is (200,119,42). Sum of RGB (Red+Green+Blue) = 200+119+42=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8772A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8772A is #3788D5. Grayscale: #868686. Windows color (decimal): -3639510 or 2783176. OLE color: 2783176.

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

Color convert

RGB 200 119 42 -
CMYK 0 0.40 0.79 0.22
HSL 29.24º 0.65% 0.47% -
HSV(B) 29.24º 0.79% 0.78% -
XYZ 30.83 25.64 5.51 -
YUV 134.44 75.84 174.76 -
System Red Green Blue C M Y K H S L
Decimal 200 119 42 0 0.40 0.79 0.22 29.24 0.65 0.47
Hex C8 77 2A 0 28 4F 16 1D 41 2F
Octal 310 167 52 0 50 117 26 35 101 57
Binary 11001000 1110111 101010 0 101000 1001111 10110 11101 1000001 101111

Color Harmonies of #C8772A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8772A

Black with #C8772A

Text Example


Text Example

White with #C8772A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8772A; }

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

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

background-color css

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

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

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

border-color css

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

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

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