#CCB158

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

Shades of Laser #CCB158

Tints of Laser #CCB158

Color information

#CCB158 (or 0xCCB158) is unknown color: approx Laser. HEX triplet: CC, B1 and 58. RGB value is (204,177,88). Sum of RGB (Red+Green+Blue) = 204+177+88=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB158 is #334EA7. Grayscale: #AFAFAF. Windows color (decimal): -3362472 or 5812684. OLE color: 5812684.

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

Color convert

RGB20417788-
CMYK00.130.570.2
HSL46.03º53.21%57.25%-
HSV(B)46.03º56.86%80%-
XYZ42.3944.9915.68-
YUV174.9378.95148.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 177 (69.53% from 255) = 37.74%
BLUE value IS 88 (34.77% from 255) = 18.76%
R=43.50%
G=37.74%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041778800.130.570.246.0353.2157.25
HexCCB1580D39142e3539
Octal3142611300157124566571
Binary110011001011000110110000110111100110100101110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB158; }

 p { color: rgb(204,177,88); }

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

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

 a { background-color: rgb(204,177,88); }

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

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

 span { border-color: rgb(204,177,88); }

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