#CC7E33

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

Shades of Bronze #CC7E33

Tints of Bronze #CC7E33

Color information

#CC7E33 (or 0xCC7E33) is unknown color: approx Bronze. HEX triplet: CC, 7E and 33. RGB value is (204,126,51). Sum of RGB (Red+Green+Blue) = 204+126+51=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7E33 is #3381CC. Grayscale: #8D8D8D. Windows color (decimal): -3375565 or 3374796. OLE color: 3374796.

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

Color convert

RGB20412651-
CMYK00.380.750.2
HSL29.41º60%50%-
HSV(B)29.41º75%80%-
XYZ32.96286.8-
YUV140.7777.34173.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.54%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 51 (20.31% from 255) = 13.39%
R=53.54%
G=33.07%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041265100.380.750.229.416050
HexCC7E330264B141d3c32
Octal3141766304611324357462
Binary110011001111110110011010011010010111010011101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7E33; }

 p { color: rgb(204,126,51); }

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

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

 a { background-color: rgb(204,126,51); }

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

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

 span { border-color: rgb(204,126,51); }

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