#C38266

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

Shades of Burning Sand #C38266

Tints of Burning Sand #C38266

Color information

#C38266 (or 0xC38266) is unknown color: approx Burning Sand. HEX triplet: C3, 82 and 66. RGB value is (195,130,102). Sum of RGB (Red+Green+Blue) = 195+130+102=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C38266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38266 is #3C7D99. Grayscale: #929292. Windows color (decimal): -3964314 or 6718147. OLE color: 6718147.

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

Color convert

RGB195130102-
CMYK00.330.480.24
HSL18.06º43.66%58.24%-
HSV(B)18.06º47.69%76.47%-
XYZ32.8928.5316.34-
YUV146.24103.03162.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.67%
GREEN value IS 130 (51.17% from 255) = 30.44%
BLUE value IS 102 (40.23% from 255) = 23.89%
R=45.67%
G=30.44%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513010200.330.480.2418.0643.6658.24
HexC382660213018122c3a
Octal3032021460416030225472
Binary1100001110000010110011001000011100001100010010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38266; }

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

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

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

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

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

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

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

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