#CCA95E

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

Shades of Laser #CCA95E

Tints of Laser #CCA95E

Color information

#CCA95E (or 0xCCA95E) is unknown color: approx Laser. HEX triplet: CC, A9 and 5E. RGB value is (204,169,94). Sum of RGB (Red+Green+Blue) = 204+169+94=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA95E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA95E is #3356A1. Grayscale: #ABABAB. Windows color (decimal): -3364514 or 6203852. OLE color: 6203852.

HSL color Cylindrical-coordinate representation of color #CCA95E: hue angle of 40.91º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCA95E is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB20416994-
CMYK00.170.540.2
HSL40.91º51.89%58.43%-
HSV(B)40.91º53.92%80%-
XYZ41.1142.0216.53-
YUV170.9284.6151.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 169 (66.41% from 255) = 36.19%
BLUE value IS 94 (37.11% from 255) = 20.13%
R=43.68%
G=36.19%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041699400.170.540.240.9151.8958.43
HexCCA95E011361429343a
Octal3142511360216624516472
Binary1100110010101001101111001000111011010100101001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA95E; }

 p { color: rgb(204,169,94); }

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

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

 a { background-color: rgb(204,169,94); }

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

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

 span { border-color: rgb(204,169,94); }

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