Html Css Color HEX #C48164 Burning Sand

📋 copy color: '#C48164'

red 196 ◦ green 129 ◦ blue 100

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

Shades of Burning Sand #C48164

Tints of Burning Sand #C48164

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.35%

 BLUE value IS 100 (39.45% from 255) = 23.53%

R = 46.12%
G = 30.35%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C48164 (or 0xC48164) is known color: Burning Sand. HEX triplet: C4, 81 and 64. RGB value is (196,129,100). Sum of RGB (Red+Green+Blue) = 196+129+100=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C48164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48164 is #3B7E9B. Grayscale: #919191. Windows color (decimal): -3899036 or 6586820. OLE color: 6586820.

HSL color Cylindrical-coordinate representation of color #C48164: hue angle of 18.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C48164 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 129 100 -
CMYK 0 0.34 0.49 0.23
HSL 18.13º 0.45% 0.58% -
HSV(B) 18.13º 0.49% 0.77% -
XYZ 32.92 28.36 15.8 -
YUV 145.73 102.2 163.86 -
System Red Green Blue C M Y K H S L
Decimal 196 129 100 0 0.34 0.49 0.23 18.13 0.45 0.58
Hex C4 81 64 0 22 31 17 12 2D 3A
Octal 304 201 144 0 42 61 27 22 55 72
Binary 11000100 10000001 1100100 0 100010 110001 10111 10010 101101 111010

Color Harmonies of #C48164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48164

Black with #C48164

Text Example


Text Example

White with #C48164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48164; }

 p { color: rgb(196,129,100); }

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

background-color css

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

 a { background-color: rgb(196,129,100); }

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

border-color css

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

 span { border-color: rgb(196,129,100); }

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