Html Css Color HEX #CC7D31 Bronze

📋 copy color: '#CC7D31'

red 204 ◦ green 125 ◦ blue 49

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

Shades of Bronze #CC7D31

Tints of Bronze #CC7D31

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.07%

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

R = 53.97%
G = 33.07%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC7D31 (or 0xCC7D31) is known color: Bronze. HEX triplet: CC, 7D and 31. RGB value is (204,125,49). Sum of RGB (Red+Green+Blue) = 204+125+49=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D31 is #3382CE. Grayscale: #8C8C8C. Windows color (decimal): -3375823 or 3243468. OLE color: 3243468.

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

Color convert

RGB 204 125 49 -
CMYK 0 0.39 0.76 0.2
HSL 29.42º 0.61% 0.5% -
HSV(B) 29.42º 0.76% 0.8% -
XYZ 32.79 27.73 6.53 -
YUV 139.96 76.67 173.68 -
System Red Green Blue C M Y K H S L
Decimal 204 125 49 0 0.39 0.76 0.2 29.42 0.61 0.5
Hex CC 7D 31 0 27 4C 14 1D 3D 32
Octal 314 175 61 0 47 114 24 35 75 62
Binary 11001100 1111101 110001 0 100111 1001100 10100 11101 111101 110010

Color Harmonies of #CC7D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D31

Black with #CC7D31

Text Example


Text Example

White with #CC7D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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