Html Css Color HEX #C48467 Burning Sand

📋 copy color: '#C48467'

red 196 ◦ green 132 ◦ blue 103

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

Shades of Burning Sand #C48467

Tints of Burning Sand #C48467

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.63%

 BLUE value IS 103 (40.63% from 255) = 23.9%

R = 45.48%
G = 30.63%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C48467 (or 0xC48467) is known color: Burning Sand. HEX triplet: C4, 84 and 67. RGB value is (196,132,103). Sum of RGB (Red+Green+Blue) = 196+132+103=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C48467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48467 is #3B7B98. Grayscale: #949494. Windows color (decimal): -3898265 or 6784196. OLE color: 6784196.

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

Color convert

RGB 196 132 103 -
CMYK 0 0.33 0.47 0.23
HSL 18.71º 0.44% 0.59% -
HSV(B) 18.71º 0.47% 0.77% -
XYZ 33.46 29.22 16.71 -
YUV 147.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 196 132 103 0 0.33 0.47 0.23 18.71 0.44 0.59
Hex C4 84 67 0 21 2F 17 13 2C 3B
Octal 304 204 147 0 41 57 27 23 54 73
Binary 11000100 10000100 1100111 0 100001 101111 10111 10011 101100 111011

Color Harmonies of #C48467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48467

Black with #C48467

Text Example


Text Example

White with #C48467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48467; }

 p { color: rgb(196,132,103); }

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

background-color css

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

 a { background-color: rgb(196,132,103); }

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

border-color css

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

 span { border-color: rgb(196,132,103); }

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