#CBA55C

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

Shades of Laser #CBA55C

Tints of Laser #CBA55C

Color information

#CBA55C (or 0xCBA55C) is unknown color: approx Laser. HEX triplet: CB, A5 and 5C. RGB value is (203,165,92). Sum of RGB (Red+Green+Blue) = 203+165+92=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA55C is #345AA3. Grayscale: #A8A8A8. Windows color (decimal): -3431076 or 6071755. OLE color: 6071755.

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

Color convert

RGB20316592-
CMYK00.190.550.20
HSL39.46º51.63%57.84%-
HSV(B)39.46º54.68%79.61%-
XYZ40.0240.3815.81-
YUV168.0485.09152.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.13%
GREEN value IS 165 (64.84% from 255) = 35.87%
BLUE value IS 92 (36.33% from 255) = 20%
R=44.13%
G=35.87%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031659200.190.550.2039.4651.6357.84
HexCBA55C013371427343a
Octal3132451340236724476472
Binary1100101110100101101110001001111011110100100111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA55C; }

 p { color: rgb(203,165,92); }

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

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

 a { background-color: rgb(203,165,92); }

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

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

 span { border-color: rgb(203,165,92); }

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