#C5CDBB

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

Shades of Tasman #C5CDBB

Tints of Tasman #C5CDBB

Color information

#C5CDBB (or 0xC5CDBB) is unknown color: approx Tasman. HEX triplet: C5, CD and BB. RGB value is (197,205,187). Sum of RGB (Red+Green+Blue) = 197+205+187=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDBB is #3A3244. Grayscale: #C8C8C8. Windows color (decimal): -3813957 or 12307909. OLE color: 12307909.

HSL color Cylindrical-coordinate representation of color #C5CDBB: hue angle of 86.67º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5CDBB is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB197205187-
CMYK0.0400.090.20
HSL86.67º15.25%76.86%-
HSV(B)86.67º8.78%80.39%-
XYZ53.8359.1255.59-
YUV200.56120.35125.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.45%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=33.45%
G=34.80%
B=31.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1972051870.0400.090.2086.6715.2576.86
HexC5CDBB4091457f4d
Octal30531527340112412717115
Binary1100010111001101101110111000100110100101011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CDBB; }

 p { color: rgb(197,205,187); }

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

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

 a { background-color: rgb(197,205,187); }

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

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

 span { border-color: rgb(197,205,187); }

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