#C3CBB9

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

Shades of Tasman #C3CBB9

Tints of Tasman #C3CBB9

Color information

#C3CBB9 (or 0xC3CBB9) is unknown color: approx Tasman. HEX triplet: C3, CB and B9. RGB value is (195,203,185). Sum of RGB (Red+Green+Blue) = 195+203+185=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 185 (72.66% from 255 or 31.73% from 583); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBB9 is #3C3446. Grayscale: #C6C6C6. Windows color (decimal): -3945543 or 12176323. OLE color: 12176323.

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

Color convert

RGB195203185-
CMYK0.0400.090.20
HSL86.67º14.75%76.08%-
HSV(B)86.67º8.87%79.61%-
XYZ52.6257.8254.29-
YUV198.56120.35125.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.45%
GREEN value IS 203 (79.69% from 255) = 34.82%
BLUE value IS 185 (72.66% from 255) = 31.73%
R=33.45%
G=34.82%
B=31.73%

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
Decimal1952031850.0400.090.2086.6714.7576.08
HexC3CBB94091457f4c
Octal30331327140112412717114
Binary1100001111001011101110011000100110100101011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CBB9; }

 p { color: rgb(195,203,185); }

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

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

 a { background-color: rgb(195,203,185); }

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

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

 span { border-color: rgb(195,203,185); }

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