Html Css Color HEX #C0876C Burning Sand

📋 copy color: '#C0876C'

red 192 ◦ green 135 ◦ blue 108

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

Shades of Burning Sand #C0876C

Tints of Burning Sand #C0876C

RGB

 RED value IS 192 (75.39% from 255) = 44.14%

 GREEN value IS 135 (53.13% from 255) = 31.03%

 BLUE value IS 108 (42.58% from 255) = 24.83%

R = 44.14%
G = 31.03%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0876C (or 0xC0876C) is known color: Burning Sand. HEX triplet: C0, 87 and 6C. RGB value is (192,135,108). Sum of RGB (Red+Green+Blue) = 192+135+108=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0876C is #3F7893. Grayscale: #959595. Windows color (decimal): -4159636 or 7112640. OLE color: 7112640.

HSL color Cylindrical-coordinate representation of color #C0876C: hue angle of 19.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0876C is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 135 108 -
CMYK 0 0.30 0.44 0.25
HSL 19.29º 0.4% 0.59% -
HSV(B) 19.29º 0.44% 0.75% -
XYZ 33.11 29.62 18.16 -
YUV 148.97 104.88 158.7 -
System Red Green Blue C M Y K H S L
Decimal 192 135 108 0 0.30 0.44 0.25 19.29 0.4 0.59
Hex C0 87 6C 0 1E 2C 19 13 28 3B
Octal 300 207 154 0 36 54 31 23 50 73
Binary 11000000 10000111 1101100 0 11110 101100 11001 10011 101000 111011

Color Harmonies of #C0876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0876C

Black with #C0876C

Text Example


Text Example

White with #C0876C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0876C; }

 p { color: rgb(192,135,108); }

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

background-color css

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

 a { background-color: rgb(192,135,108); }

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

border-color css

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

 span { border-color: rgb(192,135,108); }

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