Html Css Color HEX #C48968 Burning Sand

📋 copy color: '#C48968'

red 196 ◦ green 137 ◦ blue 104

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

Shades of Burning Sand #C48968

Tints of Burning Sand #C48968

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.35%

 BLUE value IS 104 (41.02% from 255) = 23.8%

R = 44.85%
G = 31.35%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C48968 (or 0xC48968) is known color: Burning Sand. HEX triplet: C4, 89 and 68. RGB value is (196,137,104). Sum of RGB (Red+Green+Blue) = 196+137+104=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C48968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48968 is #3B7697. Grayscale: #979797. Windows color (decimal): -3896984 or 6851012. OLE color: 6851012.

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

Color convert

RGB 196 137 104 -
CMYK 0 0.30 0.47 0.23
HSL 21.52º 0.44% 0.59% -
HSV(B) 21.52º 0.47% 0.77% -
XYZ 34.21 30.63 17.21 -
YUV 150.88 101.55 160.18 -
System Red Green Blue C M Y K H S L
Decimal 196 137 104 0 0.30 0.47 0.23 21.52 0.44 0.59
Hex C4 89 68 0 1E 2F 17 16 2C 3B
Octal 304 211 150 0 36 57 27 26 54 73
Binary 11000100 10001001 1101000 0 11110 101111 10111 10110 101100 111011

Color Harmonies of #C48968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48968

Black with #C48968

Text Example


Text Example

White with #C48968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48968; }

 p { color: rgb(196,137,104); }

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

background-color css

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

 a { background-color: rgb(196,137,104); }

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

border-color css

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

 span { border-color: rgb(196,137,104); }

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