#CC6A35

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

Shades of Gold Drop #CC6A35

Tints of Gold Drop #CC6A35

Color information

#CC6A35 (or 0xCC6A35) is unknown color: approx Gold Drop. HEX triplet: CC, 6A and 35. RGB value is (204,106,53). Sum of RGB (Red+Green+Blue) = 204+106+53=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6A35 is #3395CA. Grayscale: #818181. Windows color (decimal): -3380683 or 3500748. OLE color: 3500748.

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

Color convert

RGB20410653-
CMYK00.480.740.2
HSL21.06º59.68%50.39%-
HSV(B)21.06º74.02%80%-
XYZ30.723.46.27-
YUV129.2684.97181.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.20%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 53 (21.09% from 255) = 14.60%
R=56.20%
G=29.20%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041065300.480.740.221.0659.6850.39
HexCC6A350304A14153c32
Octal3141526506011224257462
Binary110011001101010110101011000010010101010010101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6A35; }

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

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

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

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

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

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

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

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