Html Css Color HEX #C48067 Burning Sand

📋 copy color: '#C48067'

red 196 ◦ green 128 ◦ blue 103

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

Shades of Burning Sand #C48067

Tints of Burning Sand #C48067

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.98%

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

R = 45.9%
G = 29.98%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C48067 (or 0xC48067) is known color: Burning Sand. HEX triplet: C4, 80 and 67. RGB value is (196,128,103). Sum of RGB (Red+Green+Blue) = 196+128+103=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C48067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48067 is #3B7F98. Grayscale: #919191. Windows color (decimal): -3899289 or 6783172. OLE color: 6783172.

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

Color convert

RGB 196 128 103 -
CMYK 0 0.35 0.47 0.23
HSL 16.13º 0.44% 0.59% -
HSV(B) 16.13º 0.47% 0.77% -
XYZ 32.93 28.15 16.53 -
YUV 145.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 196 128 103 0 0.35 0.47 0.23 16.13 0.44 0.59
Hex C4 80 67 0 23 2F 17 10 2C 3B
Octal 304 200 147 0 43 57 27 20 54 73
Binary 11000100 10000000 1100111 0 100011 101111 10111 10000 101100 111011

Color Harmonies of #C48067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48067

Black with #C48067

Text Example


Text Example

White with #C48067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48067; }

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

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

background-color css

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

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

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

border-color css

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

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

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