#CCAB55

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

Shades of Laser #CCAB55

Tints of Laser #CCAB55

Color information

#CCAB55 (or 0xCCAB55) is unknown color: approx Laser. HEX triplet: CC, AB and 55. RGB value is (204,171,85). Sum of RGB (Red+Green+Blue) = 204+171+85=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB55 is #3354AA. Grayscale: #ABABAB. Windows color (decimal): -3364011 or 5614540. OLE color: 5614540.

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

Color convert

RGB20417185-
CMYK00.160.580.2
HSL43.36º53.85%56.67%-
HSV(B)43.36º58.33%80%-
XYZ41.142.6214.65-
YUV171.0679.43151.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 171 (67.19% from 255) = 37.17%
BLUE value IS 85 (33.59% from 255) = 18.48%
R=44.35%
G=37.17%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041718500.160.580.243.3653.8556.67
HexCCAB550103A142b3639
Octal3142531250207224536671
Binary1100110010101011101010101000011101010100101011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB55; }

 p { color: rgb(204,171,85); }

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

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

 a { background-color: rgb(204,171,85); }

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

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

 span { border-color: rgb(204,171,85); }

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