#CBB061

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

Shades of Laser #CBB061

Tints of Laser #CBB061

Color information

#CBB061 (or 0xCBB061) is unknown color: approx Laser. HEX triplet: CB, B0 and 61. RGB value is (203,176,97). Sum of RGB (Red+Green+Blue) = 203+176+97=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB061 is #344F9E. Grayscale: #AFAFAF. Windows color (decimal): -3428255 or 6402251. OLE color: 6402251.

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

Color convert

RGB20317697-
CMYK00.130.520.20
HSL44.72º50.48%58.82%-
HSV(B)44.72º52.22%79.61%-
XYZ42.3144.6117.69-
YUV175.0783.95147.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.65%
GREEN value IS 176 (69.14% from 255) = 36.97%
BLUE value IS 97 (38.28% from 255) = 20.38%
R=42.65%
G=36.97%
B=20.38%

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
Decimal2031769700.130.520.2044.7250.4858.82
HexCBB0610D34142d323b
Octal3132601410156424556273
Binary110010111011000011000010110111010010100101101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB061; }

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

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

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

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

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

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

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

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