#CCB05A

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

Shades of Laser #CCB05A

Tints of Laser #CCB05A

Color information

#CCB05A (or 0xCCB05A) is unknown color: approx Laser. HEX triplet: CC, B0 and 5A. RGB value is (204,176,90). Sum of RGB (Red+Green+Blue) = 204+176+90=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB05A is #334FA5. Grayscale: #AEAEAE. Windows color (decimal): -3362726 or 5943500. OLE color: 5943500.

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

Color convert

RGB20417690-
CMYK00.140.560.2
HSL45.26º52.78%57.65%-
HSV(B)45.26º55.88%80%-
XYZ42.2744.6316.06-
YUV174.5780.28148.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 176 (69.14% from 255) = 37.45%
BLUE value IS 90 (35.55% from 255) = 19.15%
R=43.40%
G=37.45%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041769000.140.560.245.2652.7857.65
HexCCB05A0E38142d353a
Octal3142601320167024556572
Binary110011001011000010110100111011100010100101101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB05A; }

 p { color: rgb(204,176,90); }

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

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

 a { background-color: rgb(204,176,90); }

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

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

 span { border-color: rgb(204,176,90); }

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