Html Css Color HEX #C48866 Burning Sand

📋 copy color: '#C48866'

red 196 ◦ green 136 ◦ blue 102

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

Shades of Burning Sand #C48866

Tints of Burning Sand #C48866

RGB

 RED value IS 196 (76.95% from 255) = 45.16%

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

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

R = 45.16%
G = 31.34%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C48866 (or 0xC48866) is known color: Burning Sand. HEX triplet: C4, 88 and 66. RGB value is (196,136,102). Sum of RGB (Red+Green+Blue) = 196+136+102=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C48866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48866 is #3B7799. Grayscale: #969696. Windows color (decimal): -3897242 or 6719684. OLE color: 6719684.

HSL color Cylindrical-coordinate representation of color #C48866: hue angle of 21.7º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C48866 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 136 102 -
CMYK 0 0.31 0.48 0.23
HSL 21.7º 0.44% 0.58% -
HSV(B) 21.7º 0.48% 0.77% -
XYZ 33.97 30.3 16.63 -
YUV 150.06 100.88 160.76 -
System Red Green Blue C M Y K H S L
Decimal 196 136 102 0 0.31 0.48 0.23 21.7 0.44 0.58
Hex C4 88 66 0 1F 30 17 16 2C 3A
Octal 304 210 146 0 37 60 27 26 54 72
Binary 11000100 10001000 1100110 0 11111 110000 10111 10110 101100 111010

Color Harmonies of #C48866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48866

Black with #C48866

Text Example


Text Example

White with #C48866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48866; }

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

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

background-color css

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

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

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

border-color css

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

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

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