Html Css Color HEX #CC7C39 Golden Bell

📋 copy color: '#CC7C39'

red 204 ◦ green 124 ◦ blue 57

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

Shades of Golden Bell #CC7C39

Tints of Golden Bell #CC7C39

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.21%

 BLUE value IS 57 (22.66% from 255) = 14.81%

R = 52.99%
G = 32.21%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC7C39 (or 0xCC7C39) is known color: Golden Bell. HEX triplet: CC, 7C and 39. RGB value is (204,124,57). Sum of RGB (Red+Green+Blue) = 204+124+57=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7C39 is #3383C6. Grayscale: #8C8C8C. Windows color (decimal): -3376071 or 3767500. OLE color: 3767500.

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

Color convert

RGB 204 124 57 -
CMYK 0 0.39 0.72 0.2
HSL 27.35º 0.59% 0.51% -
HSV(B) 27.35º 0.72% 0.8% -
XYZ 32.85 27.55 7.46 -
YUV 140.28 81 173.45 -
System Red Green Blue C M Y K H S L
Decimal 204 124 57 0 0.39 0.72 0.2 27.35 0.59 0.51
Hex CC 7C 39 0 27 48 14 1B 3B 33
Octal 314 174 71 0 47 110 24 33 73 63
Binary 11001100 1111100 111001 0 100111 1001000 10100 11011 111011 110011

Color Harmonies of #CC7C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C39

Black with #CC7C39

Text Example


Text Example

White with #CC7C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C39; }

 p { color: rgb(204,124,57); }

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

background-color css

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

 a { background-color: rgb(204,124,57); }

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

border-color css

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

 span { border-color: rgb(204,124,57); }

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