Html Css Color HEX #CC7B31 Bronze

📋 copy color: '#CC7B31'

red 204 ◦ green 123 ◦ blue 49

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

Shades of Bronze #CC7B31

Tints of Bronze #CC7B31

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.71%

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

R = 54.26%
G = 32.71%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC7B31 (or 0xCC7B31) is known color: Bronze. HEX triplet: CC, 7B and 31. RGB value is (204,123,49). Sum of RGB (Red+Green+Blue) = 204+123+49=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7B31 is #3384CE. Grayscale: #8B8B8B. Windows color (decimal): -3376335 or 3242956. OLE color: 3242956.

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

Color convert

RGB 204 123 49 -
CMYK 0 0.40 0.76 0.2
HSL 28.65º 0.61% 0.5% -
HSV(B) 28.65º 0.76% 0.8% -
XYZ 32.54 27.23 6.45 -
YUV 138.78 77.34 174.52 -
System Red Green Blue C M Y K H S L
Decimal 204 123 49 0 0.40 0.76 0.2 28.65 0.61 0.5
Hex CC 7B 31 0 28 4C 14 1D 3D 32
Octal 314 173 61 0 50 114 24 35 75 62
Binary 11001100 1111011 110001 0 101000 1001100 10100 11101 111101 110010

Color Harmonies of #CC7B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B31

Black with #CC7B31

Text Example


Text Example

White with #CC7B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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