Html Css Color HEX #C8772B Ochre

📋 copy color: '#C8772B'

red 200 ◦ green 119 ◦ blue 43

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

Shades of Ochre #C8772B

Tints of Ochre #C8772B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.88%

R = 55.25%
G = 32.87%
B = 11.88%

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

#C8772B (or 0xC8772B) is known color: Ochre. HEX triplet: C8, 77 and 2B. RGB value is (200,119,43). Sum of RGB (Red+Green+Blue) = 200+119+43=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C8772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8772B is #3788D4. Grayscale: #868686. Windows color (decimal): -3639509 or 2848712. OLE color: 2848712.

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

Color convert

RGB 200 119 43 -
CMYK 0 0.40 0.78 0.22
HSL 29.04º 0.65% 0.48% -
HSV(B) 29.04º 0.79% 0.78% -
XYZ 30.85 25.65 5.61 -
YUV 134.56 76.34 174.68 -
System Red Green Blue C M Y K H S L
Decimal 200 119 43 0 0.40 0.78 0.22 29.04 0.65 0.48
Hex C8 77 2B 0 28 4E 16 1D 41 30
Octal 310 167 53 0 50 116 26 35 101 60
Binary 11001000 1110111 101011 0 101000 1001110 10110 11101 1000001 110000

Color Harmonies of #C8772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8772B

Black with #C8772B

Text Example


Text Example

White with #C8772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8772B; }

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

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

background-color css

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

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

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

border-color css

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

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

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