#CBAE61

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

Shades of Laser #CBAE61

Tints of Laser #CBAE61

Color information

#CBAE61 (or 0xCBAE61) is unknown color: approx Laser. HEX triplet: CB, AE and 61. RGB value is (203,174,97). Sum of RGB (Red+Green+Blue) = 203+174+97=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE61 is #34519E. Grayscale: #AEAEAE. Windows color (decimal): -3428767 or 6401739. OLE color: 6401739.

HSL color Cylindrical-coordinate representation of color #CBAE61: hue angle of 43.58º degrees, saturation: 0.5, 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 #CBAE61 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB20317497-
CMYK00.140.520.20
HSL43.58º50.48%58.82%-
HSV(B)43.58º52.22%79.61%-
XYZ41.9243.8317.56-
YUV173.8984.61148.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.83%
GREEN value IS 174 (68.36% from 255) = 36.71%
BLUE value IS 97 (38.28% from 255) = 20.46%
R=42.83%
G=36.71%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031749700.140.520.2043.5850.4858.82
HexCBAE610E34142c323b
Octal3132561410166424546273
Binary110010111010111011000010111011010010100101100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE61; }

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

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

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

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

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

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

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

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