Html Css Color HEX #C48068 Burning Sand

📋 copy color: '#C48068'

red 196 ◦ green 128 ◦ blue 104

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

Shades of Burning Sand #C48068

Tints of Burning Sand #C48068

RGB

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

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

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

R = 45.79%
G = 29.91%
B = 24.3%

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

#C48068 (or 0xC48068) is known color: Burning Sand. HEX triplet: C4, 80 and 68. RGB value is (196,128,104). Sum of RGB (Red+Green+Blue) = 196+128+104=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C48068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48068 is #3B7F97. Grayscale: #919191. Windows color (decimal): -3899288 or 6848708. OLE color: 6848708.

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

Color convert

RGB 196 128 104 -
CMYK 0 0.35 0.47 0.23
HSL 15.65º 0.44% 0.59% -
HSV(B) 15.65º 0.47% 0.77% -
XYZ 32.98 28.17 16.8 -
YUV 145.6 104.53 163.95 -
System Red Green Blue C M Y K H S L
Decimal 196 128 104 0 0.35 0.47 0.23 15.65 0.44 0.59
Hex C4 80 68 0 23 2F 17 10 2C 3B
Octal 304 200 150 0 43 57 27 20 54 73
Binary 11000100 10000000 1101000 0 100011 101111 10111 10000 101100 111011

Color Harmonies of #C48068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48068

Black with #C48068

Text Example


Text Example

White with #C48068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48068; }

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

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

background-color css

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

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

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

border-color css

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

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

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