#CBC974

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

Shades of Deco #CBC974

Tints of Deco #CBC974

Color information

#CBC974 (or 0xCBC974) is unknown color: approx Deco. HEX triplet: CB, C9 and 74. RGB value is (203,201,116). Sum of RGB (Red+Green+Blue) = 203+201+116=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC974 is #34368B. Grayscale: #C0C0C0. Windows color (decimal): -3421836 or 7653835. OLE color: 7653835.

HSL color Cylindrical-coordinate representation of color #CBC974: hue angle of 58.62º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBC974 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB203201116-
CMYK00.010.430.20
HSL58.62º45.55%62.55%-
HSV(B)58.62º42.86%79.61%-
XYZ48.6755.7324.72-
YUV191.9185.16135.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.04%
GREEN value IS 201 (78.91% from 255) = 38.65%
BLUE value IS 116 (45.70% from 255) = 22.31%
R=39.04%
G=38.65%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320111600.010.430.2058.6245.5562.55
HexCBC974012B143b2e3f
Octal313311164015324735677
Binary110010111100100111101000110101110100111011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC974; }

 p { color: rgb(203,201,116); }

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

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

 a { background-color: rgb(203,201,116); }

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

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

 span { border-color: rgb(203,201,116); }

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