#CCB15C

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

Shades of Laser #CCB15C

Tints of Laser #CCB15C

Color information

#CCB15C (or 0xCCB15C) is unknown color: approx Laser. HEX triplet: CC, B1 and 5C. RGB value is (204,177,92). Sum of RGB (Red+Green+Blue) = 204+177+92=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB15C is #334EA3. Grayscale: #AFAFAF. Windows color (decimal): -3362468 or 6074828. OLE color: 6074828.

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

Color convert

RGB20417792-
CMYK00.130.550.2
HSL45.54º52.34%58.04%-
HSV(B)45.54º54.9%80%-
XYZ42.5645.0516.58-
YUV175.3880.95148.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 177 (69.53% from 255) = 37.42%
BLUE value IS 92 (36.33% from 255) = 19.45%
R=43.13%
G=37.42%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041779200.130.550.245.5452.3458.04
HexCCB15C0D37142e343a
Octal3142611340156724566472
Binary110011001011000110111000110111011110100101110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB15C; }

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

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

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

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

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

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

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

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