#CBD685

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

Shades of Deco #CBD685

Tints of Deco #CBD685

Color information

#CBD685 (or 0xCBD685) is unknown color: approx Deco. HEX triplet: CB, D6 and 85. RGB value is (203,214,133). Sum of RGB (Red+Green+Blue) = 203+214+133=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD685 is #34297A. Grayscale: #C9C9C9. Windows color (decimal): -3418491 or 8771275. OLE color: 8771275.

HSL color Cylindrical-coordinate representation of color #CBD685: hue angle of 68.15º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBD685 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB203214133-
CMYK0.0500.380.16
HSL68.15º49.69%68.04%-
HSV(B)68.15º37.85%83.92%-
XYZ52.9162.4831.46-
YUV201.4889.36129.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 214 (83.98% from 255) = 38.91%
BLUE value IS 133 (52.34% from 255) = 24.18%
R=36.91%
G=38.91%
B=24.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032141330.0500.380.1668.1549.6968.04
HexCBD685502610443244
Octal31332620550462010462104
Binary11001011110101101000010110101001101000010001001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD685; }

 p { color: rgb(203,214,133); }

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

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

 a { background-color: rgb(203,214,133); }

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

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

 span { border-color: rgb(203,214,133); }

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