#C38F7D

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

Shades of Quicksand #C38F7D

Tints of Quicksand #C38F7D

Color information

#C38F7D (or 0xC38F7D) is unknown color: approx Quicksand. HEX triplet: C3, 8F and 7D. RGB value is (195,143,125). Sum of RGB (Red+Green+Blue) = 195+143+125=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F7D is #3C7082. Grayscale: #9C9C9C. Windows color (decimal): -3960963 or 8228803. OLE color: 8228803.

HSL color Cylindrical-coordinate representation of color #C38F7D: hue angle of 15.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C38F7D is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB195143125-
CMYK00.270.360.24
HSL15.43º36.84%62.75%-
HSV(B)15.43º35.9%76.47%-
XYZ36.0332.7323.82-
YUV156.5110.23155.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.12%
GREEN value IS 143 (56.25% from 255) = 30.89%
BLUE value IS 125 (49.22% from 255) = 27.00%
R=42.12%
G=30.89%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514312500.270.360.2415.4336.8462.75
HexC38F7D01B2418f253f
Octal3032171750334430174577
Binary11000011100011111111101011011100100110001111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38F7D; }

 p { color: rgb(195,143,125); }

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

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

 a { background-color: rgb(195,143,125); }

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

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

 span { border-color: rgb(195,143,125); }

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