#CBB161

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

Shades of Laser #CBB161

Tints of Laser #CBB161

Color information

#CBB161 (or 0xCBB161) is unknown color: approx Laser. HEX triplet: CB, B1 and 61. RGB value is (203,177,97). Sum of RGB (Red+Green+Blue) = 203+177+97=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB161 is #344E9E. Grayscale: #AFAFAF. Windows color (decimal): -3427999 or 6402507. OLE color: 6402507.

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

Color convert

RGB20317797-
CMYK00.130.520.20
HSL45.28º50.48%58.82%-
HSV(B)45.28º52.22%79.61%-
XYZ42.514517.76-
YUV175.6583.61147.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 177 (69.53% from 255) = 37.11%
BLUE value IS 97 (38.28% from 255) = 20.34%
R=42.56%
G=37.11%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031779700.130.520.2045.2850.4858.82
HexCBB1610D34142d323b
Octal3132611410156424556273
Binary110010111011000111000010110111010010100101101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB161; }

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

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

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

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

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

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

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

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