#C38465

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

Shades of Burning Sand #C38465

Tints of Burning Sand #C38465

Color information

#C38465 (or 0xC38465) is unknown color: approx Burning Sand. HEX triplet: C3, 84 and 65. RGB value is (195,132,101). Sum of RGB (Red+Green+Blue) = 195+132+101=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C38465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38465 is #3C7B9A. Grayscale: #939393. Windows color (decimal): -3963803 or 6653123. OLE color: 6653123.

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

Color convert

RGB195132101-
CMYK00.320.480.24
HSL19.79º43.93%58.04%-
HSV(B)19.79º48.21%76.47%-
XYZ33.1129.0416.17-
YUV147.3101.87162.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.56%
GREEN value IS 132 (51.95% from 255) = 30.84%
BLUE value IS 101 (39.84% from 255) = 23.60%
R=45.56%
G=30.84%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513210100.320.480.2419.7943.9358.04
HexC384650203018142c3a
Octal3032041450406030245472
Binary1100001110000100110010101000001100001100010100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38465; }

 p { color: rgb(195,132,101); }

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

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

 a { background-color: rgb(195,132,101); }

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

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

 span { border-color: rgb(195,132,101); }

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