Html Css Color HEX #C48369 Burning Sand

📋 copy color: '#C48369'

red 196 ◦ green 131 ◦ blue 105

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

Shades of Burning Sand #C48369

Tints of Burning Sand #C48369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.32%

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

R = 45.37%
G = 30.32%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C48369 (or 0xC48369) is known color: Burning Sand. HEX triplet: C4, 83 and 69. RGB value is (196,131,105). Sum of RGB (Red+Green+Blue) = 196+131+105=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C48369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48369 is #3B7C96. Grayscale: #939393. Windows color (decimal): -3898519 or 6915012. OLE color: 6915012.

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

Color convert

RGB 196 131 105 -
CMYK 0 0.33 0.46 0.23
HSL 17.14º 0.44% 0.59% -
HSV(B) 17.14º 0.46% 0.77% -
XYZ 33.43 28.99 17.2 -
YUV 147.47 104.03 162.61 -
System Red Green Blue C M Y K H S L
Decimal 196 131 105 0 0.33 0.46 0.23 17.14 0.44 0.59
Hex C4 83 69 0 21 2E 17 11 2C 3B
Octal 304 203 151 0 41 56 27 21 54 73
Binary 11000100 10000011 1101001 0 100001 101110 10111 10001 101100 111011

Color Harmonies of #C48369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48369

Black with #C48369

Text Example


Text Example

White with #C48369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48369; }

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

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

background-color css

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

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

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

border-color css

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

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

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