#C4CBBA

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

Shades of Tasman #C4CBBA

Tints of Tasman #C4CBBA

Color information

#C4CBBA (or 0xC4CBBA) is unknown color: approx Tasman. HEX triplet: C4, CB and BA. RGB value is (196,203,186). Sum of RGB (Red+Green+Blue) = 196+203+186=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBBA is #3B3445. Grayscale: #C7C7C7. Windows color (decimal): -3880006 or 12241860. OLE color: 12241860.

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

Color convert

RGB196203186-
CMYK0.0300.080.20
HSL84.71º14.05%76.27%-
HSV(B)84.71º8.37%79.61%-
XYZ52.9857.9954.86-
YUV198.97120.68125.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.50%
GREEN value IS 203 (79.69% from 255) = 34.70%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=33.50%
G=34.70%
B=31.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962031860.0300.080.2084.7114.0576.27
HexC4CBBA3081455e4c
Octal30431327230102412516114
Binary110001001100101110111010110100010100101010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CBBA; }

 p { color: rgb(196,203,186); }

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

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

 a { background-color: rgb(196,203,186); }

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

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

 span { border-color: rgb(196,203,186); }

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