Html Css Color HEX #CC7C33 Bronze

📋 copy color: '#CC7C33'

red 204 ◦ green 124 ◦ blue 51

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

Shades of Bronze #CC7C33

Tints of Bronze #CC7C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.46%

R = 53.83%
G = 32.72%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC7C33 (or 0xCC7C33) is known color: Bronze. HEX triplet: CC, 7C and 33. RGB value is (204,124,51). Sum of RGB (Red+Green+Blue) = 204+124+51=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7C33 is #3383CC. Grayscale: #8B8B8B. Windows color (decimal): -3376077 or 3374284. OLE color: 3374284.

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

Color convert

RGB 204 124 51 -
CMYK 0 0.39 0.75 0.2
HSL 28.63º 0.6% 0.5% -
HSV(B) 28.63º 0.75% 0.8% -
XYZ 32.71 27.49 6.71 -
YUV 139.6 78 173.94 -
System Red Green Blue C M Y K H S L
Decimal 204 124 51 0 0.39 0.75 0.2 28.63 0.6 0.5
Hex CC 7C 33 0 27 4B 14 1D 3C 32
Octal 314 174 63 0 47 113 24 35 74 62
Binary 11001100 1111100 110011 0 100111 1001011 10100 11101 111100 110010

Color Harmonies of #CC7C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C33

Black with #CC7C33

Text Example


Text Example

White with #CC7C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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