#C38766

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

Shades of Burning Sand #C38766

Tints of Burning Sand #C38766

Color information

#C38766 (or 0xC38766) is unknown color: approx Burning Sand. HEX triplet: C3, 87 and 66. RGB value is (195,135,102). Sum of RGB (Red+Green+Blue) = 195+135+102=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C38766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38766 is #3C7899. Grayscale: #959595. Windows color (decimal): -3963034 or 6719427. OLE color: 6719427.

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

Color convert

RGB195135102-
CMYK00.310.480.24
HSL21.29º43.66%58.24%-
HSV(B)21.29º47.69%76.47%-
XYZ33.5729.8916.57-
YUV149.18101.38160.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.14%
GREEN value IS 135 (53.12% from 255) = 31.25%
BLUE value IS 102 (40.23% from 255) = 23.61%
R=45.14%
G=31.25%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513510200.310.480.2421.2943.6658.24
HexC3876601F3018152c3a
Octal3032071460376030255472
Binary110000111000011111001100111111100001100010101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38766; }

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

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

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

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

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

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

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

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