Html Css Color HEX #CC7A38 Bronze

📋 copy color: '#CC7A38'

red 204 ◦ green 122 ◦ blue 56

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

Shades of Bronze #CC7A38

Tints of Bronze #CC7A38

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.94%

 BLUE value IS 56 (22.27% from 255) = 14.66%

R = 53.4%
G = 31.94%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC7A38 (or 0xCC7A38) is known color: Bronze. HEX triplet: CC, 7A and 38. RGB value is (204,122,56). Sum of RGB (Red+Green+Blue) = 204+122+56=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A38 is #3385C7. Grayscale: #8B8B8B. Windows color (decimal): -3376584 or 3701452. OLE color: 3701452.

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

Color convert

RGB 204 122 56 -
CMYK 0 0.40 0.73 0.2
HSL 26.76º 0.59% 0.51% -
HSV(B) 26.76º 0.73% 0.8% -
XYZ 32.58 27.04 7.24 -
YUV 138.99 81.17 174.37 -
System Red Green Blue C M Y K H S L
Decimal 204 122 56 0 0.40 0.73 0.2 26.76 0.59 0.51
Hex CC 7A 38 0 28 49 14 1B 3B 33
Octal 314 172 70 0 50 111 24 33 73 63
Binary 11001100 1111010 111000 0 101000 1001001 10100 11011 111011 110011

Color Harmonies of #CC7A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A38

Black with #CC7A38

Text Example


Text Example

White with #CC7A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A38; }

 p { color: rgb(204,122,56); }

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

background-color css

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

 a { background-color: rgb(204,122,56); }

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

border-color css

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

 span { border-color: rgb(204,122,56); }

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