Html Css Color HEX #CC7A32 Bronze

📋 copy color: '#CC7A32'

red 204 ◦ green 122 ◦ blue 50

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

Shades of Bronze #CC7A32

Tints of Bronze #CC7A32

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.45%

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

R = 54.26%
G = 32.45%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC7A32 (or 0xCC7A32) is known color: Bronze. HEX triplet: CC, 7A and 32. RGB value is (204,122,50). Sum of RGB (Red+Green+Blue) = 204+122+50=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A32 is #3385CD. Grayscale: #8A8A8A. Windows color (decimal): -3376590 or 3308236. OLE color: 3308236.

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

Color convert

RGB 204 122 50 -
CMYK 0 0.40 0.75 0.2
HSL 28.05º 0.61% 0.5% -
HSV(B) 28.05º 0.75% 0.8% -
XYZ 32.44 26.99 6.52 -
YUV 138.31 78.17 174.85 -
System Red Green Blue C M Y K H S L
Decimal 204 122 50 0 0.40 0.75 0.2 28.05 0.61 0.5
Hex CC 7A 32 0 28 4B 14 1C 3D 32
Octal 314 172 62 0 50 113 24 34 75 62
Binary 11001100 1111010 110010 0 101000 1001011 10100 11100 111101 110010

Color Harmonies of #CC7A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A32

Black with #CC7A32

Text Example


Text Example

White with #CC7A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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