Html Css Color HEX #C0866C Burning Sand

📋 copy color: '#C0866C'

red 192 ◦ green 134 ◦ blue 108

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

Shades of Burning Sand #C0866C

Tints of Burning Sand #C0866C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.88%

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

R = 44.24%
G = 30.88%
B = 24.88%

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

#C0866C (or 0xC0866C) is known color: Burning Sand. HEX triplet: C0, 86 and 6C. RGB value is (192,134,108). Sum of RGB (Red+Green+Blue) = 192+134+108=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0866C is #3F7993. Grayscale: #949494. Windows color (decimal): -4159892 or 7112384. OLE color: 7112384.

HSL color Cylindrical-coordinate representation of color #C0866C: hue angle of 18.57º 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 #C0866C is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 134 108 -
CMYK 0 0.30 0.44 0.25
HSL 18.57º 0.4% 0.59% -
HSV(B) 18.57º 0.44% 0.75% -
XYZ 32.97 29.34 18.11 -
YUV 148.38 105.22 159.11 -
System Red Green Blue C M Y K H S L
Decimal 192 134 108 0 0.30 0.44 0.25 18.57 0.4 0.59
Hex C0 86 6C 0 1E 2C 19 13 28 3B
Octal 300 206 154 0 36 54 31 23 50 73
Binary 11000000 10000110 1101100 0 11110 101100 11001 10011 101000 111011

Color Harmonies of #C0866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0866C

Black with #C0866C

Text Example


Text Example

White with #C0866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0866C; }

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

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

background-color css

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

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

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

border-color css

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

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

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