Html Css Color HEX #C08866 Burning Sand

📋 copy color: '#C08866'

red 192 ◦ green 136 ◦ blue 102

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

Shades of Burning Sand #C08866

Tints of Burning Sand #C08866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.63%

 BLUE value IS 102 (40.23% from 255) = 23.72%

R = 44.65%
G = 31.63%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C08866 (or 0xC08866) is known color: Burning Sand. HEX triplet: C0, 88 and 66. RGB value is (192,136,102). Sum of RGB (Red+Green+Blue) = 192+136+102=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C08866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08866 is #3F7799. Grayscale: #959595. Windows color (decimal): -4159386 or 6719680. OLE color: 6719680.

HSL color Cylindrical-coordinate representation of color #C08866: hue angle of 22.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C08866 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 136 102 -
CMYK 0 0.29 0.47 0.25
HSL 22.67º 0.42% 0.58% -
HSV(B) 22.67º 0.47% 0.75% -
XYZ 32.94 29.77 16.58 -
YUV 148.87 101.55 158.76 -
System Red Green Blue C M Y K H S L
Decimal 192 136 102 0 0.29 0.47 0.25 22.67 0.42 0.58
Hex C0 88 66 0 1D 2F 19 17 2A 3A
Octal 300 210 146 0 35 57 31 27 52 72
Binary 11000000 10001000 1100110 0 11101 101111 11001 10111 101010 111010

Color Harmonies of #C08866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08866

Black with #C08866

Text Example


Text Example

White with #C08866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08866; }

 p { color: rgb(192,136,102); }

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

background-color css

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

 a { background-color: rgb(192,136,102); }

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

border-color css

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

 span { border-color: rgb(192,136,102); }

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