#CBB05F

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

Shades of Laser #CBB05F

Tints of Laser #CBB05F

Color information

#CBB05F (or 0xCBB05F) is unknown color: approx Laser. HEX triplet: CB, B0 and 5F. RGB value is (203,176,95). Sum of RGB (Red+Green+Blue) = 203+176+95=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB05F is #344FA0. Grayscale: #AFAFAF. Windows color (decimal): -3428257 or 6271179. OLE color: 6271179.

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

Color convert

RGB20317695-
CMYK00.130.530.20
HSL45º50.94%58.43%-
HSV(B)45º53.2%79.61%-
XYZ42.2244.5717.2-
YUV174.8482.95148.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.83%
GREEN value IS 176 (69.14% from 255) = 37.13%
BLUE value IS 95 (37.5% from 255) = 20.04%
R=42.83%
G=37.13%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031769500.130.530.204550.9458.43
HexCBB05F0D35142d333a
Octal3132601370156524556372
Binary110010111011000010111110110111010110100101101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB05F; }

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

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

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

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

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

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

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

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