Html Css Color HEX #CC7E30 Bronze

📋 copy color: '#CC7E30'

red 204 ◦ green 126 ◦ blue 48

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

Shades of Bronze #CC7E30

Tints of Bronze #CC7E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.7%

R = 53.97%
G = 33.33%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC7E30 (or 0xCC7E30) is known color: Bronze. HEX triplet: CC, 7E and 30. RGB value is (204,126,48). Sum of RGB (Red+Green+Blue) = 204+126+48=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7E30 is #3381CF. Grayscale: #8C8C8C. Windows color (decimal): -3375568 or 3178188. OLE color: 3178188.

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

Color convert

RGB 204 126 48 -
CMYK 0 0.38 0.76 0.2
HSL 30º 0.62% 0.49% -
HSV(B) 30º 0.76% 0.8% -
XYZ 32.9 27.97 6.46 -
YUV 140.43 75.84 173.34 -
System Red Green Blue C M Y K H S L
Decimal 204 126 48 0 0.38 0.76 0.2 30 0.62 0.49
Hex CC 7E 30 0 26 4C 14 1E 3E 31
Octal 314 176 60 0 46 114 24 36 76 61
Binary 11001100 1111110 110000 0 100110 1001100 10100 11110 111110 110001

Color Harmonies of #CC7E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7E30

Black with #CC7E30

Text Example


Text Example

White with #CC7E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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