Html Css Color HEX #C0876D Burning Sand

📋 copy color: '#C0876D'

red 192 ◦ green 135 ◦ blue 109

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

Shades of Burning Sand #C0876D

Tints of Burning Sand #C0876D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25%

R = 44.04%
G = 30.96%
B = 25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0876D (or 0xC0876D) is known color: Burning Sand. HEX triplet: C0, 87 and 6D. RGB value is (192,135,109). Sum of RGB (Red+Green+Blue) = 192+135+109=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0876D is #3F7892. Grayscale: #959595. Windows color (decimal): -4159635 or 7178176. OLE color: 7178176.

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

Color convert

RGB 192 135 109 -
CMYK 0 0.30 0.43 0.25
HSL 18.8º 0.4% 0.59% -
HSV(B) 18.8º 0.43% 0.75% -
XYZ 33.16 29.64 18.44 -
YUV 149.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 192 135 109 0 0.30 0.43 0.25 18.8 0.4 0.59
Hex C0 87 6D 0 1E 2B 19 13 28 3B
Octal 300 207 155 0 36 53 31 23 50 73
Binary 11000000 10000111 1101101 0 11110 101011 11001 10011 101000 111011

Color Harmonies of #C0876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0876D

Black with #C0876D

Text Example


Text Example

White with #C0876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0876D; }

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

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

background-color css

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

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

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

border-color css

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

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

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