#C5CBBD

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

Shades of Tasman #C5CBBD

Tints of Tasman #C5CBBD

Color information

#C5CBBD (or 0xC5CBBD) is unknown color: approx Tasman. HEX triplet: C5, CB and BD. RGB value is (197,203,189). Sum of RGB (Red+Green+Blue) = 197+203+189=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBBD is #3A3442. Grayscale: #C7C7C7. Windows color (decimal): -3814467 or 12438469. OLE color: 12438469.

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

Color convert

RGB197203189-
CMYK0.0300.070.20
HSL85.71º11.86%76.86%-
HSV(B)85.71º6.9%79.61%-
XYZ53.5758.2656.57-
YUV199.61122.01126.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.45%
GREEN value IS 203 (79.69% from 255) = 34.47%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=33.45%
G=34.47%
B=32.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1972031890.0300.070.2085.7111.8676.86
HexC5CBBD3071456c4d
Octal3053132753072412614115
Binary11000101110010111011110111011110100101011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CBBD; }

 p { color: rgb(197,203,189); }

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

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

 a { background-color: rgb(197,203,189); }

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

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

 span { border-color: rgb(197,203,189); }

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