Html Css Color HEX #C48465 Burning Sand

📋 copy color: '#C48465'

red 196 ◦ green 132 ◦ blue 101

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

Shades of Burning Sand #C48465

Tints of Burning Sand #C48465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.77%

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

R = 45.69%
G = 30.77%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C48465 (or 0xC48465) is known color: Burning Sand. HEX triplet: C4, 84 and 65. RGB value is (196,132,101). Sum of RGB (Red+Green+Blue) = 196+132+101=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C48465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48465 is #3B7B9A. Grayscale: #939393. Windows color (decimal): -3898267 or 6653124. OLE color: 6653124.

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

Color convert

RGB 196 132 101 -
CMYK 0 0.33 0.48 0.23
HSL 19.58º 0.45% 0.58% -
HSV(B) 19.58º 0.48% 0.77% -
XYZ 33.37 29.18 16.19 -
YUV 147.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 196 132 101 0 0.33 0.48 0.23 19.58 0.45 0.58
Hex C4 84 65 0 21 30 17 14 2D 3A
Octal 304 204 145 0 41 60 27 24 55 72
Binary 11000100 10000100 1100101 0 100001 110000 10111 10100 101101 111010

Color Harmonies of #C48465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48465

Black with #C48465

Text Example


Text Example

White with #C48465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48465; }

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

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

background-color css

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

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

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

border-color css

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

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

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