#C3A668

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

Shades of Laser #C3A668

Tints of Laser #C3A668

Color information

#C3A668 (or 0xC3A668) is unknown color: approx Laser. HEX triplet: C3, A6 and 68. RGB value is (195,166,104). Sum of RGB (Red+Green+Blue) = 195+166+104=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A668 is #3C5997. Grayscale: #A7A7A7. Windows color (decimal): -3955096 or 6858435. OLE color: 6858435.

HSL color Cylindrical-coordinate representation of color #C3A668: hue angle of 40.88º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3A668 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB195166104-
CMYK00.150.470.24
HSL40.88º43.13%58.63%-
HSV(B)40.88º46.67%76.47%-
XYZ38.6439.8718.76-
YUV167.692.11147.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.94%
GREEN value IS 166 (65.23% from 255) = 35.70%
BLUE value IS 104 (41.02% from 255) = 22.37%
R=41.94%
G=35.70%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516610400.150.470.2440.8843.1358.63
HexC3A6680F2F18292b3b
Octal3032461500175730515373
Binary110000111010011011010000111110111111000101001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A668; }

 p { color: rgb(195,166,104); }

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

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

 a { background-color: rgb(195,166,104); }

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

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

 span { border-color: rgb(195,166,104); }

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