Html Css Color HEX #C37C61 Burning Sand

📋 copy color: '#C37C61'

red 195 ◦ green 124 ◦ blue 97

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

Shades of Burning Sand #C37C61

Tints of Burning Sand #C37C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.32%

R = 46.88%
G = 29.81%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C37C61 (or 0xC37C61) is known color: Burning Sand. HEX triplet: C3, 7C and 61. RGB value is (195,124,97). Sum of RGB (Red+Green+Blue) = 195+124+97=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C61 is #3C839E. Grayscale: #8E8E8E. Windows color (decimal): -3965855 or 6388931. OLE color: 6388931.

HSL color Cylindrical-coordinate representation of color #C37C61: hue angle of 16.53º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C37C61 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 124 97 -
CMYK 0 0.36 0.50 0.24
HSL 16.53º 0.45% 0.57% -
HSV(B) 16.53º 0.5% 0.76% -
XYZ 31.87 26.88 14.82 -
YUV 142.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 195 124 97 0 0.36 0.50 0.24 16.53 0.45 0.57
Hex C3 7C 61 0 24 32 18 11 2D 39
Octal 303 174 141 0 44 62 30 21 55 71
Binary 11000011 1111100 1100001 0 100100 110010 11000 10001 101101 111001

Color Harmonies of #C37C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C61

Black with #C37C61

Text Example


Text Example

White with #C37C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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