Html Css Color HEX #C37C5D Burning Sand

📋 copy color: '#C37C5D'

red 195 ◦ green 124 ◦ blue 93

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

Shades of Burning Sand #C37C5D

Tints of Burning Sand #C37C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.1%

 BLUE value IS 93 (36.72% from 255) = 22.57%

R = 47.33%
G = 30.1%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C37C5D (or 0xC37C5D) is known color: Burning Sand. HEX triplet: C3, 7C and 5D. RGB value is (195,124,93). Sum of RGB (Red+Green+Blue) = 195+124+93=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C5D is #3C83A2. Grayscale: #8D8D8D. Windows color (decimal): -3965859 or 6126787. OLE color: 6126787.

HSL color Cylindrical-coordinate representation of color #C37C5D: hue angle of 18.24º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C37C5D is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 124 93 -
CMYK 0 0.36 0.52 0.24
HSL 18.24º 0.46% 0.56% -
HSV(B) 18.24º 0.52% 0.76% -
XYZ 31.69 26.81 13.86 -
YUV 141.7 100.52 166.02 -
System Red Green Blue C M Y K H S L
Decimal 195 124 93 0 0.36 0.52 0.24 18.24 0.46 0.56
Hex C3 7C 5D 0 24 34 18 12 2E 38
Octal 303 174 135 0 44 64 30 22 56 70
Binary 11000011 1111100 1011101 0 100100 110100 11000 10010 101110 111000

Color Harmonies of #C37C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C5D

Black with #C37C5D

Text Example


Text Example

White with #C37C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C5D; }

 p { color: rgb(195,124,93); }

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

background-color css

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

 a { background-color: rgb(195,124,93); }

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

border-color css

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

 span { border-color: rgb(195,124,93); }

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