#C2CDB5

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

Shades of Tasman #C2CDB5

Tints of Tasman #C2CDB5

Color information

#C2CDB5 (or 0xC2CDB5) is unknown color: approx Tasman. HEX triplet: C2, CD and B5. RGB value is (194,205,181). Sum of RGB (Red+Green+Blue) = 194+205+181=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDB5 is #3D324A. Grayscale: #C7C7C7. Windows color (decimal): -4010571 or 11914690. OLE color: 11914690.

HSL color Cylindrical-coordinate representation of color #C2CDB5: hue angle of 87.5º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2CDB5 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB194205181-
CMYK0.0500.120.20
HSL87.5º19.35%75.69%-
HSV(B)87.5º11.71%80.39%-
XYZ52.4258.4752.24-
YUV198.98117.86124.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.45%
GREEN value IS 205 (80.47% from 255) = 35.34%
BLUE value IS 181 (71.09% from 255) = 31.21%
R=33.45%
G=35.34%
B=31.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1942051810.0500.120.2087.519.3575.69
HexC2CDB550C1457134c
Octal30231526550142412723114
Binary11000010110011011011010110101100101001010111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CDB5; }

 p { color: rgb(194,205,181); }

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

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

 a { background-color: rgb(194,205,181); }

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

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

 span { border-color: rgb(194,205,181); }

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