Html Css Color HEX #CC752E Bronze

📋 copy color: '#CC752E'

red 204 ◦ green 117 ◦ blue 46

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

Shades of Bronze #CC752E

Tints of Bronze #CC752E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.88%

 BLUE value IS 46 (18.36% from 255) = 12.53%

R = 55.59%
G = 31.88%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC752E (or 0xCC752E) is known color: Bronze. HEX triplet: CC, 75 and 2E. RGB value is (204,117,46). Sum of RGB (Red+Green+Blue) = 204+117+46=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC752E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC752E is #338AD1. Grayscale: #878787. Windows color (decimal): -3377874 or 3044812. OLE color: 3044812.

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

Color convert

RGB 204 117 46 -
CMYK 0 0.43 0.77 0.2
HSL 26.96º 0.63% 0.49% -
HSV(B) 26.96º 0.77% 0.8% -
XYZ 31.76 25.76 5.88 -
YUV 134.92 77.82 177.27 -
System Red Green Blue C M Y K H S L
Decimal 204 117 46 0 0.43 0.77 0.2 26.96 0.63 0.49
Hex CC 75 2E 0 2B 4D 14 1B 3F 31
Octal 314 165 56 0 53 115 24 33 77 61
Binary 11001100 1110101 101110 0 101011 1001101 10100 11011 111111 110001

Color Harmonies of #CC752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC752E

Black with #CC752E

Text Example


Text Example

White with #CC752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC752E; }

 p { color: rgb(204,117,46); }

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

background-color css

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

 a { background-color: rgb(204,117,46); }

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

border-color css

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

 span { border-color: rgb(204,117,46); }

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