Html Css Color HEX #CC7D2B Bronze

📋 copy color: '#CC7D2B'

red 204 ◦ green 125 ◦ blue 43

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

Shades of Bronze #CC7D2B

Tints of Bronze #CC7D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.56%

R = 54.84%
G = 33.6%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC7D2B (or 0xCC7D2B) is known color: Bronze. HEX triplet: CC, 7D and 2B. RGB value is (204,125,43). Sum of RGB (Red+Green+Blue) = 204+125+43=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D2B is #3382D4. Grayscale: #8B8B8B. Windows color (decimal): -3375829 or 2850252. OLE color: 2850252.

HSL color Cylindrical-coordinate representation of color #CC7D2B: hue angle of 30.56º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC7D2B is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 125 43 -
CMYK 0 0.39 0.79 0.2
HSL 30.56º 0.65% 0.48% -
HSV(B) 30.56º 0.79% 0.8% -
XYZ 32.67 27.68 5.91 -
YUV 139.27 73.67 174.17 -
System Red Green Blue C M Y K H S L
Decimal 204 125 43 0 0.39 0.79 0.2 30.56 0.65 0.48
Hex CC 7D 2B 0 27 4F 14 1F 41 30
Octal 314 175 53 0 47 117 24 37 101 60
Binary 11001100 1111101 101011 0 100111 1001111 10100 11111 1000001 110000

Color Harmonies of #CC7D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D2B

Black with #CC7D2B

Text Example


Text Example

White with #CC7D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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