Html Css Color HEX #CC7E32 Bronze

📋 copy color: '#CC7E32'

red 204 ◦ green 126 ◦ blue 50

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

Shades of Bronze #CC7E32

Tints of Bronze #CC7E32

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.16%

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

R = 53.68%
G = 33.16%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC7E32 (or 0xCC7E32) is known color: Bronze. HEX triplet: CC, 7E and 32. RGB value is (204,126,50). Sum of RGB (Red+Green+Blue) = 204+126+50=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7E32 is #3381CD. Grayscale: #8D8D8D. Windows color (decimal): -3375566 or 3309260. OLE color: 3309260.

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

Color convert

RGB 204 126 50 -
CMYK 0 0.38 0.75 0.2
HSL 29.61º 0.61% 0.5% -
HSV(B) 29.61º 0.75% 0.8% -
XYZ 32.94 27.99 6.68 -
YUV 140.66 76.84 173.18 -
System Red Green Blue C M Y K H S L
Decimal 204 126 50 0 0.38 0.75 0.2 29.61 0.61 0.5
Hex CC 7E 32 0 26 4B 14 1E 3D 32
Octal 314 176 62 0 46 113 24 36 75 62
Binary 11001100 1111110 110010 0 100110 1001011 10100 11110 111101 110010

Color Harmonies of #CC7E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7E32

Black with #CC7E32

Text Example


Text Example

White with #CC7E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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