Html Css Color HEX #C38360 Burning Sand

📋 copy color: '#C38360'

red 195 ◦ green 131 ◦ blue 96

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

Shades of Burning Sand #C38360

Tints of Burning Sand #C38360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.04%

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

R = 46.21%
G = 31.04%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C38360 (or 0xC38360) is known color: Burning Sand. HEX triplet: C3, 83 and 60. RGB value is (195,131,96). Sum of RGB (Red+Green+Blue) = 195+131+96=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C38360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38360 is #3C7C9F. Grayscale: #929292. Windows color (decimal): -3964064 or 6325187. OLE color: 6325187.

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

Color convert

RGB 195 131 96 -
CMYK 0 0.33 0.51 0.24
HSL 21.21º 0.45% 0.57% -
HSV(B) 21.21º 0.51% 0.76% -
XYZ 32.73 28.68 14.88 -
YUV 146.15 99.7 162.85 -
System Red Green Blue C M Y K H S L
Decimal 195 131 96 0 0.33 0.51 0.24 21.21 0.45 0.57
Hex C3 83 60 0 21 33 18 15 2D 39
Octal 303 203 140 0 41 63 30 25 55 71
Binary 11000011 10000011 1100000 0 100001 110011 11000 10101 101101 111001

Color Harmonies of #C38360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38360

Black with #C38360

Text Example


Text Example

White with #C38360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38360; }

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

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

background-color css

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

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

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

border-color css

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

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

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