Html Css Color HEX #CC752D Bronze

📋 copy color: '#CC752D'

red 204 ◦ green 117 ◦ blue 45

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

Shades of Bronze #CC752D

Tints of Bronze #CC752D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.3%

R = 55.74%
G = 31.97%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC752D (or 0xCC752D) is known color: Bronze. HEX triplet: CC, 75 and 2D. RGB value is (204,117,45). Sum of RGB (Red+Green+Blue) = 204+117+45=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC752D is #338AD2. Grayscale: #878787. Windows color (decimal): -3377875 or 2979276. OLE color: 2979276.

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

Color convert

RGB 204 117 45 -
CMYK 0 0.43 0.78 0.2
HSL 27.17º 0.64% 0.49% -
HSV(B) 27.17º 0.78% 0.8% -
XYZ 31.74 25.75 5.78 -
YUV 134.81 77.32 177.35 -
System Red Green Blue C M Y K H S L
Decimal 204 117 45 0 0.43 0.78 0.2 27.17 0.64 0.49
Hex CC 75 2D 0 2B 4E 14 1B 40 31
Octal 314 165 55 0 53 116 24 33 100 61
Binary 11001100 1110101 101101 0 101011 1001110 10100 11011 1000000 110001

Color Harmonies of #CC752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC752D

Black with #CC752D

Text Example


Text Example

White with #CC752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC752D; }

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

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

background-color css

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

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

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

border-color css

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

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

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