#C3A869

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

Shades of Laser #C3A869

Tints of Laser #C3A869

Color information

#C3A869 (or 0xC3A869) is unknown color: approx Laser. HEX triplet: C3, A8 and 69. RGB value is (195,168,105). Sum of RGB (Red+Green+Blue) = 195+168+105=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A869 is #3C5796. Grayscale: #A9A9A9. Windows color (decimal): -3954583 or 6924483. OLE color: 6924483.

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

Color convert

RGB195168105-
CMYK00.140.460.24
HSL42º42.86%58.82%-
HSV(B)42º46.15%76.47%-
XYZ39.0640.6319.15-
YUV168.8991.95146.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 168 (66.02% from 255) = 35.90%
BLUE value IS 105 (41.41% from 255) = 22.44%
R=41.67%
G=35.90%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516810500.140.460.244242.8658.82
HexC3A8690E2E182a2b3b
Octal3032501510165630525373
Binary110000111010100011010010111010111011000101010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A869; }

 p { color: rgb(195,168,105); }

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

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

 a { background-color: rgb(195,168,105); }

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

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

 span { border-color: rgb(195,168,105); }

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