Html Css Color HEX #C38560 Burning Sand

📋 copy color: '#C38560'

red 195 ◦ green 133 ◦ blue 96

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

Shades of Burning Sand #C38560

Tints of Burning Sand #C38560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.37%

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

R = 45.99%
G = 31.37%
B = 22.64%

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

#C38560 (or 0xC38560) is known color: Burning Sand. HEX triplet: C3, 85 and 60. RGB value is (195,133,96). Sum of RGB (Red+Green+Blue) = 195+133+96=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C38560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38560 is #3C7A9F. Grayscale: #939393. Windows color (decimal): -3963552 or 6325699. OLE color: 6325699.

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

Color convert

RGB 195 133 96 -
CMYK 0 0.32 0.51 0.24
HSL 22.42º 0.45% 0.57% -
HSV(B) 22.42º 0.51% 0.76% -
XYZ 33 29.22 14.97 -
YUV 147.32 99.04 162.01 -
System Red Green Blue C M Y K H S L
Decimal 195 133 96 0 0.32 0.51 0.24 22.42 0.45 0.57
Hex C3 85 60 0 20 33 18 16 2D 39
Octal 303 205 140 0 40 63 30 26 55 71
Binary 11000011 10000101 1100000 0 100000 110011 11000 10110 101101 111001

Color Harmonies of #C38560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38560

Black with #C38560

Text Example


Text Example

White with #C38560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38560; }

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

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

background-color css

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

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

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

border-color css

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

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

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