#CC6B2B

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

Shades of Gold Drop #CC6B2B

Tints of Gold Drop #CC6B2B

Color information

#CC6B2B (or 0xCC6B2B) is unknown color: approx Gold Drop. HEX triplet: CC, 6B and 2B. RGB value is (204,107,43). Sum of RGB (Red+Green+Blue) = 204+107+43=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B2B is #3394D4. Grayscale: #818181. Windows color (decimal): -3380437 or 2845644. OLE color: 2845644.

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

Color convert

RGB20410743-
CMYK00.480.790.2
HSL23.85º65.18%48.43%-
HSV(B)23.85º78.92%80%-
XYZ30.623.535.21-
YUV128.7179.64181.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.63%
GREEN value IS 107 (42.19% from 255) = 30.23%
BLUE value IS 43 (17.19% from 255) = 12.15%
R=57.63%
G=30.23%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041074300.480.790.223.8565.1848.43
HexCC6B2B0304F14184130
Octal31415353060117243010160
Binary1100110011010111010110110000100111110100110001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6B2B; }

 p { color: rgb(204,107,43); }

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

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

 a { background-color: rgb(204,107,43); }

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

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

 span { border-color: rgb(204,107,43); }

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