Html Css Color HEX #CC7D35 Bronze

📋 copy color: '#CC7D35'

red 204 ◦ green 125 ◦ blue 53

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

Shades of Bronze #CC7D35

Tints of Bronze #CC7D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.87%

R = 53.4%
G = 32.72%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC7D35 (or 0xCC7D35) is known color: Bronze. HEX triplet: CC, 7D and 35. RGB value is (204,125,53). Sum of RGB (Red+Green+Blue) = 204+125+53=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D35 is #3382CA. Grayscale: #8C8C8C. Windows color (decimal): -3375819 or 3505612. OLE color: 3505612.

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

Color convert

RGB 204 125 53 -
CMYK 0 0.39 0.74 0.2
HSL 28.61º 0.6% 0.5% -
HSV(B) 28.61º 0.74% 0.8% -
XYZ 32.88 27.76 6.99 -
YUV 140.41 78.67 173.35 -
System Red Green Blue C M Y K H S L
Decimal 204 125 53 0 0.39 0.74 0.2 28.61 0.6 0.5
Hex CC 7D 35 0 27 4A 14 1D 3C 32
Octal 314 175 65 0 47 112 24 35 74 62
Binary 11001100 1111101 110101 0 100111 1001010 10100 11101 111100 110010

Color Harmonies of #CC7D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D35

Black with #CC7D35

Text Example


Text Example

White with #CC7D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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