#CCB062

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

Shades of Laser #CCB062

Tints of Laser #CCB062

Color information

#CCB062 (or 0xCCB062) is unknown color: approx Laser. HEX triplet: CC, B0 and 62. RGB value is (204,176,98). Sum of RGB (Red+Green+Blue) = 204+176+98=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB062 is #334F9D. Grayscale: #AFAFAF. Windows color (decimal): -3362718 or 6467788. OLE color: 6467788.

HSL color Cylindrical-coordinate representation of color #CCB062: hue angle of 44.15º degrees, saturation: 0.51, 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 #CCB062 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB20417698-
CMYK00.140.520.2
HSL44.15º50.96%59.22%-
HSV(B)44.15º51.96%80%-
XYZ42.6344.7717.95-
YUV175.4884.28148.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 176 (69.14% from 255) = 36.82%
BLUE value IS 98 (38.67% from 255) = 20.50%
R=42.68%
G=36.82%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041769800.140.520.244.1550.9659.22
HexCCB0620E34142c333b
Octal3142601420166424546373
Binary110011001011000011000100111011010010100101100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB062; }

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

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

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

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

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

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

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

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