#CBAE5A

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

Shades of Laser #CBAE5A

Tints of Laser #CBAE5A

Color information

#CBAE5A (or 0xCBAE5A) is unknown color: approx Laser. HEX triplet: CB, AE and 5A. RGB value is (203,174,90). Sum of RGB (Red+Green+Blue) = 203+174+90=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE5A is #3451A5. Grayscale: #ADADAD. Windows color (decimal): -3428774 or 5942987. OLE color: 5942987.

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

Color convert

RGB20317490-
CMYK00.140.560.20
HSL44.6º52.07%57.45%-
HSV(B)44.6º55.67%79.61%-
XYZ41.6143.7115.92-
YUV173.0981.11149.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.47%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 90 (35.55% from 255) = 19.27%
R=43.47%
G=37.26%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031749000.140.560.2044.652.0757.45
HexCBAE5A0E38142d3439
Octal3132561320167024556471
Binary110010111010111010110100111011100010100101101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE5A; }

 p { color: rgb(203,174,90); }

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

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

 a { background-color: rgb(203,174,90); }

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

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

 span { border-color: rgb(203,174,90); }

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