Html Css Color HEX #C48565 Burning Sand

📋 copy color: '#C48565'

red 196 ◦ green 133 ◦ blue 101

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

Shades of Burning Sand #C48565

Tints of Burning Sand #C48565

RGB

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

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

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

R = 45.58%
G = 30.93%
B = 23.49%

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

#C48565 (or 0xC48565) is known color: Burning Sand. HEX triplet: C4, 85 and 65. RGB value is (196,133,101). Sum of RGB (Red+Green+Blue) = 196+133+101=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C48565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48565 is #3B7A9A. Grayscale: #949494. Windows color (decimal): -3898011 or 6653380. OLE color: 6653380.

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

Color convert

RGB 196 133 101 -
CMYK 0 0.32 0.48 0.23
HSL 20.21º 0.45% 0.58% -
HSV(B) 20.21º 0.48% 0.77% -
XYZ 33.5 29.45 16.23 -
YUV 148.19 101.37 162.1 -
System Red Green Blue C M Y K H S L
Decimal 196 133 101 0 0.32 0.48 0.23 20.21 0.45 0.58
Hex C4 85 65 0 20 30 17 14 2D 3A
Octal 304 205 145 0 40 60 27 24 55 72
Binary 11000100 10000101 1100101 0 100000 110000 10111 10100 101101 111010

Color Harmonies of #C48565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48565

Black with #C48565

Text Example


Text Example

White with #C48565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48565; }

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

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

background-color css

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

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

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

border-color css

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

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

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