#C4CABC

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

Shades of Tasman #C4CABC

Tints of Tasman #C4CABC

Color information

#C4CABC (or 0xC4CABC) is unknown color: approx Tasman. HEX triplet: C4, CA and BC. RGB value is (196,202,188). Sum of RGB (Red+Green+Blue) = 196+202+188=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CABC is #3B3543. Grayscale: #C6C6C6. Windows color (decimal): -3880260 or 12372676. OLE color: 12372676.

HSL color Cylindrical-coordinate representation of color #C4CABC: hue angle of 85.71º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4CABC is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB196202188-
CMYK0.0300.070.21
HSL85.71º11.67%76.47%-
HSV(B)85.71º6.93%79.22%-
XYZ52.9657.6155.9-
YUV198.61122.01126.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.45%
GREEN value IS 202 (79.30% from 255) = 34.47%
BLUE value IS 188 (73.83% from 255) = 32.08%
R=33.45%
G=34.47%
B=32.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1962021880.0300.070.2185.7111.6776.47
HexC4CABC3071556c4c
Octal3043122743072512614114
Binary11000100110010101011110011011110101101011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CABC; }

 p { color: rgb(196,202,188); }

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

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

 a { background-color: rgb(196,202,188); }

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

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

 span { border-color: rgb(196,202,188); }

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