Html Css Color HEX #C48865 Burning Sand

📋 copy color: '#C48865'

red 196 ◦ green 136 ◦ blue 101

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

Shades of Burning Sand #C48865

Tints of Burning Sand #C48865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.33%

R = 45.27%
G = 31.41%
B = 23.33%

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

#C48865 (or 0xC48865) is known color: Burning Sand. HEX triplet: C4, 88 and 65. RGB value is (196,136,101). Sum of RGB (Red+Green+Blue) = 196+136+101=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C48865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48865 is #3B779A. Grayscale: #969696. Windows color (decimal): -3897243 or 6654148. OLE color: 6654148.

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

Color convert

RGB 196 136 101 -
CMYK 0 0.31 0.48 0.23
HSL 22.11º 0.45% 0.58% -
HSV(B) 22.11º 0.48% 0.77% -
XYZ 33.92 30.28 16.37 -
YUV 149.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 196 136 101 0 0.31 0.48 0.23 22.11 0.45 0.58
Hex C4 88 65 0 1F 30 17 16 2D 3A
Octal 304 210 145 0 37 60 27 26 55 72
Binary 11000100 10001000 1100101 0 11111 110000 10111 10110 101101 111010

Color Harmonies of #C48865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48865

Black with #C48865

Text Example


Text Example

White with #C48865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48865; }

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

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

background-color css

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

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

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

border-color css

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

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

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