#CB8038

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

Shades of Golden Bell #CB8038

Tints of Golden Bell #CB8038

Color information

#CB8038 (or 0xCB8038) is unknown color: approx Golden Bell. HEX triplet: CB, 80 and 38. RGB value is (203,128,56). Sum of RGB (Red+Green+Blue) = 203+128+56=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8038 is #347FC7. Grayscale: #8E8E8E. Windows color (decimal): -3440584 or 3702987. OLE color: 3702987.

HSL color Cylindrical-coordinate representation of color #CB8038: hue angle of 29.39º 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 #CB8038 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB20312856-
CMYK00.370.720.20
HSL29.39º58.57%50.78%-
HSV(B)29.39º72.41%79.61%-
XYZ33.0628.427.48-
YUV142.2279.35171.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.45%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 56 (22.27% from 255) = 14.47%
R=52.45%
G=33.07%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031285600.370.720.2029.3958.5750.78
HexCB803802548141d3b33
Octal3132007004511024357363
Binary1100101110000000111000010010110010001010011101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8038; }

 p { color: rgb(203,128,56); }

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

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

 a { background-color: rgb(203,128,56); }

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

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

 span { border-color: rgb(203,128,56); }

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