#CBC778

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

Shades of Deco #CBC778

Tints of Deco #CBC778

Color information

#CBC778 (or 0xCBC778) is unknown color: approx Deco. HEX triplet: CB, C7 and 78. RGB value is (203,199,120). Sum of RGB (Red+Green+Blue) = 203+199+120=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC778 is #343887. Grayscale: #BFBFBF. Windows color (decimal): -3422344 or 7915467. OLE color: 7915467.

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

Color convert

RGB203199120-
CMYK00.020.410.20
HSL57.11º44.39%63.33%-
HSV(B)57.11º40.89%79.61%-
XYZ48.4454.925.81-
YUV191.1987.83136.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 199 (78.12% from 255) = 38.12%
BLUE value IS 120 (47.27% from 255) = 22.99%
R=38.89%
G=38.12%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319912000.020.410.2057.1144.3963.33
HexCBC778022914392c3f
Octal313307170025124715477
Binary1100101111000111111100001010100110100111001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC778; }

 p { color: rgb(203,199,120); }

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

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

 a { background-color: rgb(203,199,120); }

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

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

 span { border-color: rgb(203,199,120); }

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