#CC6A2C

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

Shades of Gold Drop #CC6A2C

Tints of Gold Drop #CC6A2C

Color information

#CC6A2C (or 0xCC6A2C) is unknown color: approx Gold Drop. HEX triplet: CC, 6A and 2C. RGB value is (204,106,44). Sum of RGB (Red+Green+Blue) = 204+106+44=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6A2C is #3395D3. Grayscale: #808080. Windows color (decimal): -3380692 or 2910924. OLE color: 2910924.

HSL color Cylindrical-coordinate representation of color #CC6A2C: hue angle of 23.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC6A2C is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB20410644-
CMYK00.480.780.2
HSL23.25º64.52%48.63%-
HSV(B)23.25º78.43%80%-
XYZ30.5123.335.28-
YUV128.2380.47182.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.63%
GREEN value IS 106 (41.80% from 255) = 29.94%
BLUE value IS 44 (17.58% from 255) = 12.43%
R=57.63%
G=29.94%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041064400.480.780.223.2564.5248.63
HexCC6A2C0304E14174131
Octal31415254060116242710161
Binary1100110011010101011000110000100111010100101111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6A2C; }

 p { color: rgb(204,106,44); }

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

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

 a { background-color: rgb(204,106,44); }

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

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

 span { border-color: rgb(204,106,44); }

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