Html Css Color HEX #C38060 Burning Sand

📋 copy color: '#C38060'

red 195 ◦ green 128 ◦ blue 96

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

Shades of Burning Sand #C38060

Tints of Burning Sand #C38060

RGB

 RED value IS 195 (76.56% from 255) = 46.54%

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

 BLUE value IS 96 (37.89% from 255) = 22.91%

R = 46.54%
G = 30.55%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C38060 (or 0xC38060) is known color: Burning Sand. HEX triplet: C3, 80 and 60. RGB value is (195,128,96). Sum of RGB (Red+Green+Blue) = 195+128+96=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C38060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38060 is #3C7F9F. Grayscale: #909090. Windows color (decimal): -3964832 or 6324419. OLE color: 6324419.

HSL color Cylindrical-coordinate representation of color #C38060: hue angle of 19.39º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C38060 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 128 96 -
CMYK 0 0.34 0.51 0.24
HSL 19.39º 0.45% 0.57% -
HSV(B) 19.39º 0.51% 0.76% -
XYZ 32.34 27.88 14.74 -
YUV 144.39 100.7 164.1 -
System Red Green Blue C M Y K H S L
Decimal 195 128 96 0 0.34 0.51 0.24 19.39 0.45 0.57
Hex C3 80 60 0 22 33 18 13 2D 39
Octal 303 200 140 0 42 63 30 23 55 71
Binary 11000011 10000000 1100000 0 100010 110011 11000 10011 101101 111001

Color Harmonies of #C38060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38060

Black with #C38060

Text Example


Text Example

White with #C38060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38060; }

 p { color: rgb(195,128,96); }

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

background-color css

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

 a { background-color: rgb(195,128,96); }

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

border-color css

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

 span { border-color: rgb(195,128,96); }

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