#CBB15F

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

Shades of Laser #CBB15F

Tints of Laser #CBB15F

Color information

#CBB15F (or 0xCBB15F) is unknown color: approx Laser. HEX triplet: CB, B1 and 5F. RGB value is (203,177,95). Sum of RGB (Red+Green+Blue) = 203+177+95=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB15F is #344EA0. Grayscale: #AFAFAF. Windows color (decimal): -3428001 or 6271435. OLE color: 6271435.

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

Color convert

RGB20317795-
CMYK00.130.530.20
HSL45.56º50.94%58.43%-
HSV(B)45.56º53.2%79.61%-
XYZ42.4244.9717.27-
YUV175.4382.61147.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.74%
GREEN value IS 177 (69.53% from 255) = 37.26%
BLUE value IS 95 (37.5% from 255) = 20%
R=42.74%
G=37.26%
B=20%

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
Decimal2031779500.130.530.2045.5650.9458.43
HexCBB15F0D35142e333a
Octal3132611370156524566372
Binary110010111011000110111110110111010110100101110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB15F; }

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

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

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

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

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

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

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

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