#CBAD56

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

Shades of Laser #CBAD56

Tints of Laser #CBAD56

Color information

#CBAD56 (or 0xCBAD56) is unknown color: approx Laser. HEX triplet: CB, AD and 56. RGB value is (203,173,86). Sum of RGB (Red+Green+Blue) = 203+173+86=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAD56 is #3452A9. Grayscale: #ACACAC. Windows color (decimal): -3429034 or 5680587. OLE color: 5680587.

HSL color Cylindrical-coordinate representation of color #CBAD56: hue angle of 44.62º degrees, saturation: 0.53, 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 #CBAD56 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB20317386-
CMYK00.150.580.20
HSL44.62º52.94%56.67%-
HSV(B)44.62º57.64%79.61%-
XYZ41.2543.2614.98-
YUV172.0579.44150.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.94%
GREEN value IS 173 (67.97% from 255) = 37.45%
BLUE value IS 86 (33.98% from 255) = 18.61%
R=43.94%
G=37.45%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031738600.150.580.2044.6252.9456.67
HexCBAD560F3A142d3539
Octal3132551260177224556571
Binary110010111010110110101100111111101010100101101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD56; }

 p { color: rgb(203,173,86); }

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

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

 a { background-color: rgb(203,173,86); }

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

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

 span { border-color: rgb(203,173,86); }

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