Html Css Color HEX #C48566 Burning Sand

📋 copy color: '#C48566'

red 196 ◦ green 133 ◦ blue 102

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

Shades of Burning Sand #C48566

Tints of Burning Sand #C48566

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.86%

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

R = 45.48%
G = 30.86%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C48566 (or 0xC48566) is known color: Burning Sand. HEX triplet: C4, 85 and 66. RGB value is (196,133,102). Sum of RGB (Red+Green+Blue) = 196+133+102=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C48566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48566 is #3B7A99. Grayscale: #949494. Windows color (decimal): -3898010 or 6718916. OLE color: 6718916.

HSL color Cylindrical-coordinate representation of color #C48566: hue angle of 19.79º 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 #C48566 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 133 102 -
CMYK 0 0.32 0.48 0.23
HSL 19.79º 0.44% 0.58% -
HSV(B) 19.79º 0.48% 0.77% -
XYZ 33.55 29.47 16.49 -
YUV 148.3 101.87 162.02 -
System Red Green Blue C M Y K H S L
Decimal 196 133 102 0 0.32 0.48 0.23 19.79 0.44 0.58
Hex C4 85 66 0 20 30 17 14 2C 3A
Octal 304 205 146 0 40 60 27 24 54 72
Binary 11000100 10000101 1100110 0 100000 110000 10111 10100 101100 111010

Color Harmonies of #C48566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48566

Black with #C48566

Text Example


Text Example

White with #C48566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48566; }

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

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

background-color css

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

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

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

border-color css

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

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

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