#CC8135

Color #CC8135 Golden Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Bell #CC8135

Tints of Golden Bell #CC8135

Color information

#CC8135 (or 0xCC8135) is unknown color: approx Golden Bell. HEX triplet: CC, 81 and 35. RGB value is (204,129,53). Sum of RGB (Red+Green+Blue) = 204+129+53=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8135 is #337ECA. Grayscale: #8F8F8F. Windows color (decimal): -3374795 or 3506636. OLE color: 3506636.

HSL color Cylindrical-coordinate representation of color #CC8135: hue angle of 30.2º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC8135 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB20412953-
CMYK00.370.740.2
HSL30.2º59.68%50.39%-
HSV(B)30.2º74.02%80%-
XYZ33.3928.797.17-
YUV142.7677.35171.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.85%
GREEN value IS 129 (50.78% from 255) = 33.42%
BLUE value IS 53 (21.09% from 255) = 13.73%
R=52.85%
G=33.42%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041295300.370.740.230.259.6850.39
HexCC81350254A141e3c32
Octal3142016504511224367462
Binary1100110010000001110101010010110010101010011110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8135; }

 p { color: rgb(204,129,53); }

 H1.HeaderClassName
 {
   color: #CC8135;
 }
 .AnyTagClassName
 {
   color: #CC8135;
 }
</style>
background-color css

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

 a { background-color: rgb(204,129,53); }

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

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

 span { border-color: rgb(204,129,53); }

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