Html Css Color HEX #C37F5D Burning Sand

📋 copy color: '#C37F5D'

red 195 ◦ green 127 ◦ blue 93

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

Shades of Burning Sand #C37F5D

Tints of Burning Sand #C37F5D

RGB

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

 GREEN value IS 127 (50% from 255) = 30.6%

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

R = 46.99%
G = 30.6%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C37F5D (or 0xC37F5D) is known color: Burning Sand. HEX triplet: C3, 7F and 5D. RGB value is (195,127,93). Sum of RGB (Red+Green+Blue) = 195+127+93=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F5D is #3C80A2. Grayscale: #8F8F8F. Windows color (decimal): -3965091 or 6127555. OLE color: 6127555.

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

Color convert

RGB 195 127 93 -
CMYK 0 0.35 0.52 0.24
HSL 20º 0.46% 0.56% -
HSV(B) 20º 0.52% 0.76% -
XYZ 32.07 27.57 13.99 -
YUV 143.46 99.53 164.76 -
System Red Green Blue C M Y K H S L
Decimal 195 127 93 0 0.35 0.52 0.24 20 0.46 0.56
Hex C3 7F 5D 0 23 34 18 14 2E 38
Octal 303 177 135 0 43 64 30 24 56 70
Binary 11000011 1111111 1011101 0 100011 110100 11000 10100 101110 111000

Color Harmonies of #C37F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F5D

Black with #C37F5D

Text Example


Text Example

White with #C37F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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