Html Css Color HEX #C37F61 Burning Sand

📋 copy color: '#C37F61'

red 195 ◦ green 127 ◦ blue 97

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

Shades of Burning Sand #C37F61

Tints of Burning Sand #C37F61

RGB

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

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

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

R = 46.54%
G = 30.31%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C37F61 (or 0xC37F61) is known color: Burning Sand. HEX triplet: C3, 7F and 61. RGB value is (195,127,97). Sum of RGB (Red+Green+Blue) = 195+127+97=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F61 is #3C809E. Grayscale: #909090. Windows color (decimal): -3965087 or 6389699. OLE color: 6389699.

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

Color convert

RGB 195 127 97 -
CMYK 0 0.35 0.50 0.24
HSL 18.37º 0.45% 0.57% -
HSV(B) 18.37º 0.5% 0.76% -
XYZ 32.25 27.64 14.95 -
YUV 143.91 101.53 164.44 -
System Red Green Blue C M Y K H S L
Decimal 195 127 97 0 0.35 0.50 0.24 18.37 0.45 0.57
Hex C3 7F 61 0 23 32 18 12 2D 39
Octal 303 177 141 0 43 62 30 22 55 71
Binary 11000011 1111111 1100001 0 100011 110010 11000 10010 101101 111001

Color Harmonies of #C37F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F61

Black with #C37F61

Text Example


Text Example

White with #C37F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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