Html Css Color HEX #CC7B2C Bronze

📋 copy color: '#CC7B2C'

red 204 ◦ green 123 ◦ blue 44

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

Shades of Bronze #CC7B2C

Tints of Bronze #CC7B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.86%

R = 54.99%
G = 33.15%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC7B2C (or 0xCC7B2C) is known color: Bronze. HEX triplet: CC, 7B and 2C. RGB value is (204,123,44). Sum of RGB (Red+Green+Blue) = 204+123+44=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7B2C is #3384D3. Grayscale: #8A8A8A. Windows color (decimal): -3376340 or 2915276. OLE color: 2915276.

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

Color convert

RGB 204 123 44 -
CMYK 0 0.40 0.78 0.2
HSL 29.63º 0.65% 0.49% -
HSV(B) 29.63º 0.78% 0.8% -
XYZ 32.44 27.19 5.92 -
YUV 138.21 74.84 174.92 -
System Red Green Blue C M Y K H S L
Decimal 204 123 44 0 0.40 0.78 0.2 29.63 0.65 0.49
Hex CC 7B 2C 0 28 4E 14 1E 41 31
Octal 314 173 54 0 50 116 24 36 101 61
Binary 11001100 1111011 101100 0 101000 1001110 10100 11110 1000001 110001

Color Harmonies of #CC7B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B2C

Black with #CC7B2C

Text Example


Text Example

White with #CC7B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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