#CCBE46

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

Shades of Old Gold #CCBE46

Tints of Old Gold #CCBE46

Color information

#CCBE46 (or 0xCCBE46) is unknown color: approx Old Gold. HEX triplet: CC, BE and 46. RGB value is (204,190,70). Sum of RGB (Red+Green+Blue) = 204+190+70=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE46 is #3341B9. Grayscale: #B4B4B4. Windows color (decimal): -3359162 or 4636364. OLE color: 4636364.

HSL color Cylindrical-coordinate representation of color #CCBE46: hue angle of 53.73º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCBE46 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB20419070-
CMYK00.070.660.2
HSL53.73º56.78%53.73%-
HSV(B)53.73º65.69%80%-
XYZ44.4250.1113.12-
YUV180.5165.64144.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.97%
GREEN value IS 190 (74.61% from 255) = 40.95%
BLUE value IS 70 (27.73% from 255) = 15.09%
R=43.97%
G=40.95%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041907000.070.660.253.7356.7853.73
HexCCBE46074214363936
Octal3142761060710224667166
Binary110011001011111010001100111100001010100110110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE46; }

 p { color: rgb(204,190,70); }

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

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

 a { background-color: rgb(204,190,70); }

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

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

 span { border-color: rgb(204,190,70); }

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