Html Css Color HEX #CC7C38 Golden Bell

📋 copy color: '#CC7C38'

red 204 ◦ green 124 ◦ blue 56

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

Shades of Golden Bell #CC7C38

Tints of Golden Bell #CC7C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.58%

R = 53.13%
G = 32.29%
B = 14.58%

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

#CC7C38 (or 0xCC7C38) is known color: Golden Bell. HEX triplet: CC, 7C and 38. RGB value is (204,124,56). Sum of RGB (Red+Green+Blue) = 204+124+56=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7C38 is #3383C7. Grayscale: #8C8C8C. Windows color (decimal): -3376072 or 3701964. OLE color: 3701964.

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

Color convert

RGB 204 124 56 -
CMYK 0 0.39 0.73 0.2
HSL 27.57º 0.59% 0.51% -
HSV(B) 27.57º 0.73% 0.8% -
XYZ 32.82 27.54 7.33 -
YUV 140.17 80.5 173.53 -
System Red Green Blue C M Y K H S L
Decimal 204 124 56 0 0.39 0.73 0.2 27.57 0.59 0.51
Hex CC 7C 38 0 27 49 14 1C 3B 33
Octal 314 174 70 0 47 111 24 34 73 63
Binary 11001100 1111100 111000 0 100111 1001001 10100 11100 111011 110011

Color Harmonies of #CC7C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C38

Black with #CC7C38

Text Example


Text Example

White with #CC7C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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