Html Css Color HEX #CC8030 Bronze

📋 copy color: '#CC8030'

red 204 ◦ green 128 ◦ blue 48

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

Shades of Bronze #CC8030

Tints of Bronze #CC8030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.63%

R = 53.68%
G = 33.68%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC8030 (or 0xCC8030) is known color: Bronze. HEX triplet: CC, 80 and 30. RGB value is (204,128,48). Sum of RGB (Red+Green+Blue) = 204+128+48=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8030 is #337FCF. Grayscale: #8E8E8E. Windows color (decimal): -3375056 or 3178700. OLE color: 3178700.

HSL color Cylindrical-coordinate representation of color #CC8030: hue angle of 30.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC8030 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 128 48 -
CMYK 0 0.37 0.76 0.2
HSL 30.77º 0.62% 0.49% -
HSV(B) 30.77º 0.76% 0.8% -
XYZ 33.15 28.49 6.55 -
YUV 141.6 75.18 172.5 -
System Red Green Blue C M Y K H S L
Decimal 204 128 48 0 0.37 0.76 0.2 30.77 0.62 0.49
Hex CC 80 30 0 25 4C 14 1F 3E 31
Octal 314 200 60 0 45 114 24 37 76 61
Binary 11001100 10000000 110000 0 100101 1001100 10100 11111 111110 110001

Color Harmonies of #CC8030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8030

Black with #CC8030

Text Example


Text Example

White with #CC8030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8030; }

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

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

background-color css

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

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

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

border-color css

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

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

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