Html Css Color HEX #CC8032 Bronze

📋 copy color: '#CC8032'

red 204 ◦ green 128 ◦ blue 50

#CC8032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze #CC8032

Tints of Bronze #CC8032

RGB

 RED value IS 204 (80.08% from 255) = 53.4%

 GREEN value IS 128 (50.39% from 255) = 33.51%

 BLUE value IS 50 (19.92% from 255) = 13.09%

R = 53.4%
G = 33.51%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC8032 (or 0xCC8032) is known color: Bronze. HEX triplet: CC, 80 and 32. RGB value is (204,128,50). Sum of RGB (Red+Green+Blue) = 204+128+50=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8032 is #337FCD. Grayscale: #8E8E8E. Windows color (decimal): -3375054 or 3309772. OLE color: 3309772.

HSL color Cylindrical-coordinate representation of color #CC8032: hue angle of 30.39º degrees, saturation: 0.61, 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 #CC8032 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 128 50 -
CMYK 0 0.37 0.75 0.2
HSL 30.39º 0.61% 0.5% -
HSV(B) 30.39º 0.75% 0.8% -
XYZ 33.2 28.51 6.77 -
YUV 141.83 76.18 172.34 -
System Red Green Blue C M Y K H S L
Decimal 204 128 50 0 0.37 0.75 0.2 30.39 0.61 0.5
Hex CC 80 32 0 25 4B 14 1E 3D 32
Octal 314 200 62 0 45 113 24 36 75 62
Binary 11001100 10000000 110010 0 100101 1001011 10100 11110 111101 110010

Color Harmonies of #CC8032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8032

Black with #CC8032

Text Example


Text Example

White with #CC8032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8032; }

 p { color: rgb(204,128,50); }

 H1.HeaderClassName
 {
   color: #CC8032;
 }
 .AnyTagClassName
 {
   color: #CC8032;
 }
</style>

background-color css

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

 a { background-color: rgb(204,128,50); }

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

border-color css

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

 span { border-color: rgb(204,128,50); }

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