Html Css Color HEX #C48569 Burning Sand

📋 copy color: '#C48569'

red 196 ◦ green 133 ◦ blue 105

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

Shades of Burning Sand #C48569

Tints of Burning Sand #C48569

RGB

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

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

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

R = 45.16%
G = 30.65%
B = 24.19%

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

#C48569 (or 0xC48569) is known color: Burning Sand. HEX triplet: C4, 85 and 69. RGB value is (196,133,105). Sum of RGB (Red+Green+Blue) = 196+133+105=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C48569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48569 is #3B7A96. Grayscale: #949494. Windows color (decimal): -3898007 or 6915524. OLE color: 6915524.

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

Color convert

RGB 196 133 105 -
CMYK 0 0.32 0.46 0.23
HSL 18.46º 0.44% 0.59% -
HSV(B) 18.46º 0.46% 0.77% -
XYZ 33.7 29.53 17.29 -
YUV 148.65 103.37 161.78 -
System Red Green Blue C M Y K H S L
Decimal 196 133 105 0 0.32 0.46 0.23 18.46 0.44 0.59
Hex C4 85 69 0 20 2E 17 12 2C 3B
Octal 304 205 151 0 40 56 27 22 54 73
Binary 11000100 10000101 1101001 0 100000 101110 10111 10010 101100 111011

Color Harmonies of #C48569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48569

Black with #C48569

Text Example


Text Example

White with #C48569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48569; }

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

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

background-color css

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

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

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

border-color css

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

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

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