#CCAD61

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

Shades of Laser #CCAD61

Tints of Laser #CCAD61

Color information

#CCAD61 (or 0xCCAD61) is unknown color: approx Laser. HEX triplet: CC, AD and 61. RGB value is (204,173,97). Sum of RGB (Red+Green+Blue) = 204+173+97=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAD61 is #33529E. Grayscale: #ADADAD. Windows color (decimal): -3363487 or 6401484. OLE color: 6401484.

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

Color convert

RGB20417397-
CMYK00.150.520.2
HSL42.62º51.2%59.02%-
HSV(B)42.62º52.45%80%-
XYZ4243.5917.51-
YUV173.684.77149.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 173 (67.97% from 255) = 36.50%
BLUE value IS 97 (38.28% from 255) = 20.46%
R=43.04%
G=36.50%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041739700.150.520.242.6251.259.02
HexCCAD610F34142b333b
Octal3142551410176424536373
Binary110011001010110111000010111111010010100101011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD61; }

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

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

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

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

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

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

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

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