#CBBB48

Color #CBBB48 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #CBBB48

Tints of Old Gold #CBBB48

Color information

#CBBB48 (or 0xCBBB48) is unknown color: approx Old Gold. HEX triplet: CB, BB and 48. RGB value is (203,187,72). Sum of RGB (Red+Green+Blue) = 203+187+72=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBB48 is #3444B7. Grayscale: #B3B3B3. Windows color (decimal): -3425464 or 4766667. OLE color: 4766667.

HSL color Cylindrical-coordinate representation of color #CBBB48: hue angle of 52.67º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBBB48 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB20318772-
CMYK00.080.650.20
HSL52.67º55.74%53.92%-
HSV(B)52.67º64.53%79.61%-
XYZ43.5748.7113.24-
YUV178.6767.8145.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.94%
GREEN value IS 187 (73.44% from 255) = 40.48%
BLUE value IS 72 (28.52% from 255) = 15.58%
R=43.94%
G=40.48%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031877200.080.650.2052.6755.7453.92
HexCBBB48084114353836
Octal31327311001010124657066
Binary1100101110111011100100001000100000110100110101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBB48; }

 p { color: rgb(203,187,72); }

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

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

 a { background-color: rgb(203,187,72); }

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

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

 span { border-color: rgb(203,187,72); }

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