Html Css Color HEX #CC7631 Bronze

📋 copy color: '#CC7631'

red 204 ◦ green 118 ◦ blue 49

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

Shades of Bronze #CC7631

Tints of Bronze #CC7631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.21%

R = 54.99%
G = 31.81%
B = 13.21%

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

#CC7631 (or 0xCC7631) is known color: Bronze. HEX triplet: CC, 76 and 31. RGB value is (204,118,49). Sum of RGB (Red+Green+Blue) = 204+118+49=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7631 is #3389CE. Grayscale: #888888. Windows color (decimal): -3377615 or 3241676. OLE color: 3241676.

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

Color convert

RGB 204 118 49 -
CMYK 0 0.42 0.76 0.2
HSL 26.71º 0.61% 0.5% -
HSV(B) 26.71º 0.76% 0.8% -
XYZ 31.93 26.02 6.24 -
YUV 135.85 78.99 176.61 -
System Red Green Blue C M Y K H S L
Decimal 204 118 49 0 0.42 0.76 0.2 26.71 0.61 0.5
Hex CC 76 31 0 2A 4C 14 1B 3D 32
Octal 314 166 61 0 52 114 24 33 75 62
Binary 11001100 1110110 110001 0 101010 1001100 10100 11011 111101 110010

Color Harmonies of #CC7631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7631

Black with #CC7631

Text Example


Text Example

White with #CC7631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7631; }

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

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

background-color css

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

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

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

border-color css

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

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

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