#CCAD5A

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

Shades of Laser #CCAD5A

Tints of Laser #CCAD5A

Color information

#CCAD5A (or 0xCCAD5A) is unknown color: approx Laser. HEX triplet: CC, AD and 5A. RGB value is (204,173,90). Sum of RGB (Red+Green+Blue) = 204+173+90=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAD5A is #3352A5. Grayscale: #ADADAD. Windows color (decimal): -3363494 or 5942732. OLE color: 5942732.

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

Color convert

RGB20417390-
CMYK00.150.560.2
HSL43.68º52.78%57.65%-
HSV(B)43.68º55.88%80%-
XYZ41.6943.4615.86-
YUV172.8181.27150.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 173 (67.97% from 255) = 37.04%
BLUE value IS 90 (35.55% from 255) = 19.27%
R=43.68%
G=37.04%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041739000.150.560.243.6852.7857.65
HexCCAD5A0F38142c353a
Octal3142551320177024546572
Binary110011001010110110110100111111100010100101100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD5A; }

 p { color: rgb(204,173,90); }

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

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

 a { background-color: rgb(204,173,90); }

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

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

 span { border-color: rgb(204,173,90); }

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