Html Css Color HEX #C37C64 Burning Sand

📋 copy color: '#C37C64'

red 195 ◦ green 124 ◦ blue 100

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

Shades of Burning Sand #C37C64

Tints of Burning Sand #C37C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.87%

R = 46.54%
G = 29.59%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C37C64 (or 0xC37C64) is known color: Burning Sand. HEX triplet: C3, 7C and 64. RGB value is (195,124,100). Sum of RGB (Red+Green+Blue) = 195+124+100=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C64 is #3C839B. Grayscale: #8E8E8E. Windows color (decimal): -3965852 or 6585539. OLE color: 6585539.

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

Color convert

RGB 195 124 100 -
CMYK 0 0.36 0.49 0.24
HSL 15.16º 0.44% 0.58% -
HSV(B) 15.16º 0.49% 0.76% -
XYZ 32.01 26.94 15.57 -
YUV 142.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 195 124 100 0 0.36 0.49 0.24 15.16 0.44 0.58
Hex C3 7C 64 0 24 31 18 F 2C 3A
Octal 303 174 144 0 44 61 30 17 54 72
Binary 11000011 1111100 1100100 0 100100 110001 11000 1111 101100 111010

Color Harmonies of #C37C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C64

Black with #C37C64

Text Example


Text Example

White with #C37C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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