Html Css Color HEX #C48669 Burning Sand

📋 copy color: '#C48669'

red 196 ◦ green 134 ◦ blue 105

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

Shades of Burning Sand #C48669

Tints of Burning Sand #C48669

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.8%

 BLUE value IS 105 (41.41% from 255) = 24.14%

R = 45.06%
G = 30.8%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C48669 (or 0xC48669) is known color: Burning Sand. HEX triplet: C4, 86 and 69. RGB value is (196,134,105). Sum of RGB (Red+Green+Blue) = 196+134+105=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C48669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48669 is #3B7996. Grayscale: #959595. Windows color (decimal): -3897751 or 6915780. OLE color: 6915780.

HSL color Cylindrical-coordinate representation of color #C48669: hue angle of 19.12º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C48669 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 134 105 -
CMYK 0 0.32 0.46 0.23
HSL 19.12º 0.44% 0.59% -
HSV(B) 19.12º 0.46% 0.77% -
XYZ 33.84 29.81 17.33 -
YUV 149.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 196 134 105 0 0.32 0.46 0.23 19.12 0.44 0.59
Hex C4 86 69 0 20 2E 17 13 2C 3B
Octal 304 206 151 0 40 56 27 23 54 73
Binary 11000100 10000110 1101001 0 100000 101110 10111 10011 101100 111011

Color Harmonies of #C48669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48669

Black with #C48669

Text Example


Text Example

White with #C48669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48669; }

 p { color: rgb(196,134,105); }

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

background-color css

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

 a { background-color: rgb(196,134,105); }

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

border-color css

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

 span { border-color: rgb(196,134,105); }

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