Html Css Color HEX #CC792D Bronze

📋 copy color: '#CC792D'

red 204 ◦ green 121 ◦ blue 45

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

Shades of Bronze #CC792D

Tints of Bronze #CC792D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.7%

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

R = 55.14%
G = 32.7%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC792D (or 0xCC792D) is known color: Bronze. HEX triplet: CC, 79 and 2D. RGB value is (204,121,45). Sum of RGB (Red+Green+Blue) = 204+121+45=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC792D is #3386D2. Grayscale: #898989. Windows color (decimal): -3376851 or 2980300. OLE color: 2980300.

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

Color convert

RGB 204 121 45 -
CMYK 0 0.41 0.78 0.2
HSL 28.68º 0.64% 0.49% -
HSV(B) 28.68º 0.78% 0.8% -
XYZ 32.21 26.7 5.94 -
YUV 137.15 76 175.68 -
System Red Green Blue C M Y K H S L
Decimal 204 121 45 0 0.41 0.78 0.2 28.68 0.64 0.49
Hex CC 79 2D 0 29 4E 14 1D 40 31
Octal 314 171 55 0 51 116 24 35 100 61
Binary 11001100 1111001 101101 0 101001 1001110 10100 11101 1000000 110001

Color Harmonies of #CC792D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC792D

Black with #CC792D

Text Example


Text Example

White with #CC792D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC792D; }

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

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

background-color css

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

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

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

border-color css

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

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

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