#CBC874

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

Shades of Deco #CBC874

Tints of Deco #CBC874

Color information

#CBC874 (or 0xCBC874) is unknown color: approx Deco. HEX triplet: CB, C8 and 74. RGB value is (203,200,116). Sum of RGB (Red+Green+Blue) = 203+200+116=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC874 is #34378B. Grayscale: #BFBFBF. Windows color (decimal): -3422092 or 7653579. OLE color: 7653579.

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

Color convert

RGB203200116-
CMYK00.010.430.20
HSL57.93º45.55%62.55%-
HSV(B)57.93º42.86%79.61%-
XYZ48.4455.2724.64-
YUV191.3285.49136.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.11%
GREEN value IS 200 (78.52% from 255) = 38.54%
BLUE value IS 116 (45.70% from 255) = 22.35%
R=39.11%
G=38.54%
B=22.35%

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
Decimal20320011600.010.430.2057.9345.5562.55
HexCBC874012B143a2e3f
Octal313310164015324725677
Binary110010111100100011101000110101110100111010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC874; }

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

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

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

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

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

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

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

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