Html Css Color HEX #CC7935 Bronze

📋 copy color: '#CC7935'

red 204 ◦ green 121 ◦ blue 53

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

Shades of Bronze #CC7935

Tints of Bronze #CC7935

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.01%

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

R = 53.97%
G = 32.01%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC7935 (or 0xCC7935) is known color: Bronze. HEX triplet: CC, 79 and 35. RGB value is (204,121,53). Sum of RGB (Red+Green+Blue) = 204+121+53=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7935 is #3386CA. Grayscale: #8A8A8A. Windows color (decimal): -3376843 or 3504588. OLE color: 3504588.

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

Color convert

RGB 204 121 53 -
CMYK 0 0.41 0.74 0.2
HSL 27.02º 0.6% 0.5% -
HSV(B) 27.02º 0.74% 0.8% -
XYZ 32.38 26.77 6.83 -
YUV 138.07 80 175.03 -
System Red Green Blue C M Y K H S L
Decimal 204 121 53 0 0.41 0.74 0.2 27.02 0.6 0.5
Hex CC 79 35 0 29 4A 14 1B 3C 32
Octal 314 171 65 0 51 112 24 33 74 62
Binary 11001100 1111001 110101 0 101001 1001010 10100 11011 111100 110010

Color Harmonies of #CC7935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7935

Black with #CC7935

Text Example


Text Example

White with #CC7935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7935; }

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

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

background-color css

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

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

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

border-color css

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

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

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