Html Css Color HEX #CC7E37 Golden Bell

📋 copy color: '#CC7E37'

red 204 ◦ green 126 ◦ blue 55

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

Shades of Golden Bell #CC7E37

Tints of Golden Bell #CC7E37

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.73%

 BLUE value IS 55 (21.88% from 255) = 14.29%

R = 52.99%
G = 32.73%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC7E37 (or 0xCC7E37) is known color: Golden Bell. HEX triplet: CC, 7E and 37. RGB value is (204,126,55). Sum of RGB (Red+Green+Blue) = 204+126+55=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7E37 is #3381C8. Grayscale: #8D8D8D. Windows color (decimal): -3375561 or 3636940. OLE color: 3636940.

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

Color convert

RGB 204 126 55 -
CMYK 0 0.38 0.73 0.2
HSL 28.59º 0.59% 0.51% -
HSV(B) 28.59º 0.73% 0.8% -
XYZ 33.05 28.03 7.28 -
YUV 141.23 79.34 172.77 -
System Red Green Blue C M Y K H S L
Decimal 204 126 55 0 0.38 0.73 0.2 28.59 0.59 0.51
Hex CC 7E 37 0 26 49 14 1D 3B 33
Octal 314 176 67 0 46 111 24 35 73 63
Binary 11001100 1111110 110111 0 100110 1001001 10100 11101 111011 110011

Color Harmonies of #CC7E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7E37

Black with #CC7E37

Text Example


Text Example

White with #CC7E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7E37; }

 p { color: rgb(204,126,55); }

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

background-color css

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

 a { background-color: rgb(204,126,55); }

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

border-color css

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

 span { border-color: rgb(204,126,55); }

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