Html Css Color HEX #CC7630 Bronze

📋 copy color: '#CC7630'

red 204 ◦ green 118 ◦ blue 48

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

Shades of Bronze #CC7630

Tints of Bronze #CC7630

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.89%

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

R = 55.14%
G = 31.89%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC7630 (or 0xCC7630) is known color: Bronze. HEX triplet: CC, 76 and 30. RGB value is (204,118,48). Sum of RGB (Red+Green+Blue) = 204+118+48=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7630 is #3389CF. Grayscale: #888888. Windows color (decimal): -3377616 or 3176140. OLE color: 3176140.

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

Color convert

RGB 204 118 48 -
CMYK 0 0.42 0.76 0.2
HSL 26.92º 0.62% 0.49% -
HSV(B) 26.92º 0.76% 0.8% -
XYZ 31.91 26.01 6.13 -
YUV 135.73 78.49 176.69 -
System Red Green Blue C M Y K H S L
Decimal 204 118 48 0 0.42 0.76 0.2 26.92 0.62 0.49
Hex CC 76 30 0 2A 4C 14 1B 3E 31
Octal 314 166 60 0 52 114 24 33 76 61
Binary 11001100 1110110 110000 0 101010 1001100 10100 11011 111110 110001

Color Harmonies of #CC7630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7630

Black with #CC7630

Text Example


Text Example

White with #CC7630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7630; }

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

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

background-color css

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

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

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

border-color css

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

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

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