#CACBD0

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

Shades of Link Water #CACBD0

Tints of Link Water #CACBD0

Color information

#CACBD0 (or 0xCACBD0) is unknown color: approx Link Water. HEX triplet: CA, CB and D0. RGB value is (202,203,208). Sum of RGB (Red+Green+Blue) = 202+203+208=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 208 - color contains mainly: blue. Hex color #CACBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBD0 is #35342F. Grayscale: #CBCBCB. Windows color (decimal): -3486768 or 13683658. OLE color: 13683658.

HSL color Cylindrical-coordinate representation of color #CACBD0: hue angle of 230º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CACBD0 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202203208-
CMYK0.030.0200.18
HSL230º6%80.39%-
HSV(B)230º2.88%81.57%-
XYZ57.159.8268.21-
YUV203.27130.67127.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 203 (79.69% from 255) = 33.12%
BLUE value IS 208 (81.64% from 255) = 33.93%
R=32.95%
G=33.12%
B=33.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022032080.030.0200.18230680.39
HexCACBD032012e6650
Octal312313320320223466120
Binary1100101011001011110100001110010010111001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBD0; }

 p { color: rgb(202,203,208); }

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

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

 a { background-color: rgb(202,203,208); }

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

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

 span { border-color: rgb(202,203,208); }

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