#C38166

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

Shades of Burning Sand #C38166

Tints of Burning Sand #C38166

Color information

#C38166 (or 0xC38166) is unknown color: approx Burning Sand. HEX triplet: C3, 81 and 66. RGB value is (195,129,102). Sum of RGB (Red+Green+Blue) = 195+129+102=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C38166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38166 is #3C7E99. Grayscale: #919191. Windows color (decimal): -3964570 or 6717891. OLE color: 6717891.

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

Color convert

RGB195129102-
CMYK00.340.480.24
HSL17.42º43.66%58.24%-
HSV(B)17.42º47.69%76.47%-
XYZ32.7528.2616.3-
YUV145.66103.37163.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.77%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 102 (40.23% from 255) = 23.94%
R=45.77%
G=30.28%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512910200.340.480.2417.4243.6658.24
HexC381660223018112c3a
Octal3032011460426030215472
Binary1100001110000001110011001000101100001100010001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38166; }

 p { color: rgb(195,129,102); }

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

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

 a { background-color: rgb(195,129,102); }

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

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

 span { border-color: rgb(195,129,102); }

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