#CB7E35

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

Shades of Golden Bell #CB7E35

Tints of Golden Bell #CB7E35

Color information

#CB7E35 (or 0xCB7E35) is unknown color: approx Golden Bell. HEX triplet: CB, 7E and 35. RGB value is (203,126,53). Sum of RGB (Red+Green+Blue) = 203+126+53=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7E35 is #3481CA. Grayscale: #8D8D8D. Windows color (decimal): -3441099 or 3505867. OLE color: 3505867.

HSL color Cylindrical-coordinate representation of color #CB7E35: hue angle of 29.2º degrees, saturation: 0.59, 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 #CB7E35 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20312653-
CMYK00.380.740.20
HSL29.2º59.06%50.2%-
HSV(B)29.2º73.89%79.61%-
XYZ32.7327.887.02-
YUV140.778.51172.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.14%
GREEN value IS 126 (49.61% from 255) = 32.98%
BLUE value IS 53 (21.09% from 255) = 13.87%
R=53.14%
G=32.98%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031265300.380.740.2029.259.0650.2
HexCB7E350264A141d3b32
Octal3131766504611224357362
Binary110010111111110110101010011010010101010011101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7E35; }

 p { color: rgb(203,126,53); }

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

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

 a { background-color: rgb(203,126,53); }

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

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

 span { border-color: rgb(203,126,53); }

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