Html Css Color HEX #CC7D37 Golden Bell

📋 copy color: '#CC7D37'

red 204 ◦ green 125 ◦ blue 55

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

Shades of Golden Bell #CC7D37

Tints of Golden Bell #CC7D37

RGB

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

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

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

R = 53.13%
G = 32.55%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC7D37 (or 0xCC7D37) is known color: Golden Bell. HEX triplet: CC, 7D and 37. RGB value is (204,125,55). Sum of RGB (Red+Green+Blue) = 204+125+55=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 55 (21.88% from 255 or 14.32% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D37 is #3382C8. Grayscale: #8D8D8D. Windows color (decimal): -3375817 or 3636684. OLE color: 3636684.

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

Color convert

RGB 204 125 55 -
CMYK 0 0.39 0.73 0.2
HSL 28.19º 0.59% 0.51% -
HSV(B) 28.19º 0.73% 0.8% -
XYZ 32.93 27.78 7.24 -
YUV 140.64 79.67 173.19 -
System Red Green Blue C M Y K H S L
Decimal 204 125 55 0 0.39 0.73 0.2 28.19 0.59 0.51
Hex CC 7D 37 0 27 49 14 1C 3B 33
Octal 314 175 67 0 47 111 24 34 73 63
Binary 11001100 1111101 110111 0 100111 1001001 10100 11100 111011 110011

Color Harmonies of #CC7D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D37

Black with #CC7D37

Text Example


Text Example

White with #CC7D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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