Html Css Color HEX #C48265 Burning Sand

📋 copy color: '#C48265'

red 196 ◦ green 130 ◦ blue 101

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

Shades of Burning Sand #C48265

Tints of Burning Sand #C48265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.44%

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

R = 45.9%
G = 30.44%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C48265 (or 0xC48265) is known color: Burning Sand. HEX triplet: C4, 82 and 65. RGB value is (196,130,101). Sum of RGB (Red+Green+Blue) = 196+130+101=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C48265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48265 is #3B7D9A. Grayscale: #929292. Windows color (decimal): -3898779 or 6652612. OLE color: 6652612.

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

Color convert

RGB 196 130 101 -
CMYK 0 0.34 0.48 0.23
HSL 18.32º 0.45% 0.58% -
HSV(B) 18.32º 0.48% 0.77% -
XYZ 33.1 28.64 16.1 -
YUV 146.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 196 130 101 0 0.34 0.48 0.23 18.32 0.45 0.58
Hex C4 82 65 0 22 30 17 12 2D 3A
Octal 304 202 145 0 42 60 27 22 55 72
Binary 11000100 10000010 1100101 0 100010 110000 10111 10010 101101 111010

Color Harmonies of #C48265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48265

Black with #C48265

Text Example


Text Example

White with #C48265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48265; }

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

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

background-color css

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

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

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

border-color css

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

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

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