Html Css Color HEX #CC7F37 Golden Bell

📋 copy color: '#CC7F37'

red 204 ◦ green 127 ◦ blue 55

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

Shades of Golden Bell #CC7F37

Tints of Golden Bell #CC7F37

RGB

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

 GREEN value IS 127 (50% from 255) = 32.9%

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

R = 52.85%
G = 32.9%
B = 14.25%

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

#CC7F37 (or 0xCC7F37) is known color: Golden Bell. HEX triplet: CC, 7F and 37. RGB value is (204,127,55). Sum of RGB (Red+Green+Blue) = 204+127+55=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 55 (21.88% from 255 or 14.25% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7F37 is #3380C8. Grayscale: #8E8E8E. Windows color (decimal): -3375305 or 3637196. OLE color: 3637196.

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

Color convert

RGB 204 127 55 -
CMYK 0 0.38 0.73 0.2
HSL 28.99º 0.59% 0.51% -
HSV(B) 28.99º 0.73% 0.8% -
XYZ 33.18 28.29 7.33 -
YUV 141.82 79.01 172.35 -
System Red Green Blue C M Y K H S L
Decimal 204 127 55 0 0.38 0.73 0.2 28.99 0.59 0.51
Hex CC 7F 37 0 26 49 14 1D 3B 33
Octal 314 177 67 0 46 111 24 35 73 63
Binary 11001100 1111111 110111 0 100110 1001001 10100 11101 111011 110011

Color Harmonies of #CC7F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7F37

Black with #CC7F37

Text Example


Text Example

White with #CC7F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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