#C37F67

Color #C37F67 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #C37F67

Tints of Burning Sand #C37F67

Color information

#C37F67 (or 0xC37F67) is unknown color: approx Burning Sand. HEX triplet: C3, 7F and 67. RGB value is (195,127,103). Sum of RGB (Red+Green+Blue) = 195+127+103=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F67 is #3C8098. Grayscale: #909090. Windows color (decimal): -3965081 or 6782915. OLE color: 6782915.

HSL color Cylindrical-coordinate representation of color #C37F67: hue angle of 15.65º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C37F67 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB195127103-
CMYK00.350.470.24
HSL15.65º43.4%58.43%-
HSV(B)15.65º47.18%76.47%-
XYZ32.5427.7616.47-
YUV144.6104.53163.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.88%
GREEN value IS 127 (50% from 255) = 29.88%
BLUE value IS 103 (40.62% from 255) = 24.24%
R=45.88%
G=29.88%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512710300.350.470.2415.6543.458.43
HexC37F670232F18102b3a
Octal3031771470435730205372
Binary110000111111111110011101000111011111100010000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37F67; }

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

 H1.HeaderClassName
 {
   color: #C37F67;
 }
 .AnyTagClassName
 {
   color: #C37F67;
 }
</style>
background-color css

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

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

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

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

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

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