Html Css Color HEX #C38363 Burning Sand

📋 copy color: '#C38363'

red 195 ◦ green 131 ◦ blue 99

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

Shades of Burning Sand #C38363

Tints of Burning Sand #C38363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.29%

R = 45.88%
G = 30.82%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C38363 (or 0xC38363) is known color: Burning Sand. HEX triplet: C3, 83 and 63. RGB value is (195,131,99). Sum of RGB (Red+Green+Blue) = 195+131+99=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C38363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38363 is #3C7C9C. Grayscale: #929292. Windows color (decimal): -3964061 or 6521795. OLE color: 6521795.

HSL color Cylindrical-coordinate representation of color #C38363: hue angle of 20º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C38363 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 131 99 -
CMYK 0 0.33 0.49 0.24
HSL 20º 0.44% 0.58% -
HSV(B) 20º 0.49% 0.76% -
XYZ 32.87 28.74 15.62 -
YUV 146.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 195 131 99 0 0.33 0.49 0.24 20 0.44 0.58
Hex C3 83 63 0 21 31 18 14 2C 3A
Octal 303 203 143 0 41 61 30 24 54 72
Binary 11000011 10000011 1100011 0 100001 110001 11000 10100 101100 111010

Color Harmonies of #C38363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38363

Black with #C38363

Text Example


Text Example

White with #C38363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38363; }

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

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

background-color css

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

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

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

border-color css

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

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

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