Html Css Color HEX #C38460 Burning Sand

📋 copy color: '#C38460'

red 195 ◦ green 132 ◦ blue 96

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

Shades of Burning Sand #C38460

Tints of Burning Sand #C38460

RGB

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

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

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

R = 46.1%
G = 31.21%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C38460 (or 0xC38460) is known color: Burning Sand. HEX triplet: C3, 84 and 60. RGB value is (195,132,96). Sum of RGB (Red+Green+Blue) = 195+132+96=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C38460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38460 is #3C7B9F. Grayscale: #929292. Windows color (decimal): -3963808 or 6325443. OLE color: 6325443.

HSL color Cylindrical-coordinate representation of color #C38460: hue angle of 21.82º 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 #C38460 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 132 96 -
CMYK 0 0.32 0.51 0.24
HSL 21.82º 0.45% 0.57% -
HSV(B) 21.82º 0.51% 0.76% -
XYZ 32.87 28.95 14.92 -
YUV 146.73 99.37 162.43 -
System Red Green Blue C M Y K H S L
Decimal 195 132 96 0 0.32 0.51 0.24 21.82 0.45 0.57
Hex C3 84 60 0 20 33 18 16 2D 39
Octal 303 204 140 0 40 63 30 26 55 71
Binary 11000011 10000100 1100000 0 100000 110011 11000 10110 101101 111001

Color Harmonies of #C38460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38460

Black with #C38460

Text Example


Text Example

White with #C38460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38460; }

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

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

background-color css

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

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

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

border-color css

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

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

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