Html Css Color HEX #CC8034 Bronze

📋 copy color: '#CC8034'

red 204 ◦ green 128 ◦ blue 52

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

Shades of Bronze #CC8034

Tints of Bronze #CC8034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.54%

R = 53.13%
G = 33.33%
B = 13.54%

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

#CC8034 (or 0xCC8034) is known color: Bronze. HEX triplet: CC, 80 and 34. RGB value is (204,128,52). Sum of RGB (Red+Green+Blue) = 204+128+52=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8034 is #337FCB. Grayscale: #8E8E8E. Windows color (decimal): -3375052 or 3440844. OLE color: 3440844.

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

Color convert

RGB 204 128 52 -
CMYK 0 0.37 0.75 0.2
HSL 30º 0.6% 0.5% -
HSV(B) 30º 0.75% 0.8% -
XYZ 33.24 28.52 7 -
YUV 142.06 77.18 172.18 -
System Red Green Blue C M Y K H S L
Decimal 204 128 52 0 0.37 0.75 0.2 30 0.6 0.5
Hex CC 80 34 0 25 4B 14 1E 3C 32
Octal 314 200 64 0 45 113 24 36 74 62
Binary 11001100 10000000 110100 0 100101 1001011 10100 11110 111100 110010

Color Harmonies of #CC8034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8034

Black with #CC8034

Text Example


Text Example

White with #CC8034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8034; }

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

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

background-color css

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

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

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

border-color css

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

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

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