Html Css Color HEX #CC7C2B Bronze

📋 copy color: '#CC7C2B'

red 204 ◦ green 124 ◦ blue 43

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

Shades of Bronze #CC7C2B

Tints of Bronze #CC7C2B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.42%

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

R = 54.99%
G = 33.42%
B = 11.59%

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

#CC7C2B (or 0xCC7C2B) is known color: Bronze. HEX triplet: CC, 7C and 2B. RGB value is (204,124,43). Sum of RGB (Red+Green+Blue) = 204+124+43=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7C2B is #3383D4. Grayscale: #8B8B8B. Windows color (decimal): -3376085 or 2849996. OLE color: 2849996.

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

Color convert

RGB 204 124 43 -
CMYK 0 0.39 0.79 0.2
HSL 30.19º 0.65% 0.48% -
HSV(B) 30.19º 0.79% 0.8% -
XYZ 32.55 27.43 5.86 -
YUV 138.69 74 174.59 -
System Red Green Blue C M Y K H S L
Decimal 204 124 43 0 0.39 0.79 0.2 30.19 0.65 0.48
Hex CC 7C 2B 0 27 4F 14 1E 41 30
Octal 314 174 53 0 47 117 24 36 101 60
Binary 11001100 1111100 101011 0 100111 1001111 10100 11110 1000001 110000

Color Harmonies of #CC7C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C2B

Black with #CC7C2B

Text Example


Text Example

White with #CC7C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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