#C3AF66

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

Shades of Laser #C3AF66

Tints of Laser #C3AF66

Color information

#C3AF66 (or 0xC3AF66) is unknown color: approx Laser. HEX triplet: C3, AF and 66. RGB value is (195,175,102). Sum of RGB (Red+Green+Blue) = 195+175+102=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF66 is #3C5099. Grayscale: #ACACAC. Windows color (decimal): -3952794 or 6729667. OLE color: 6729667.

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

Color convert

RGB195175102-
CMYK00.100.480.24
HSL47.1º43.66%58.24%-
HSV(B)47.1º47.69%76.47%-
XYZ40.2343.2218.79-
YUV172.6688.13143.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.31%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 102 (40.23% from 255) = 21.61%
R=41.31%
G=37.08%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517510200.100.480.2447.143.6658.24
HexC3AF660A30182f2c3a
Octal3032571460126030575472
Binary110000111010111111001100101011000011000101111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AF66; }

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

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

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

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

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

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

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

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