#CD9BA6

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

Shades of Careys Pink #CD9BA6

Tints of Careys Pink #CD9BA6

Color information

#CD9BA6 (or 0xCD9BA6) is unknown color: approx Careys Pink. HEX triplet: CD, 9B and A6. RGB value is (205,155,166). Sum of RGB (Red+Green+Blue) = 205+155+166=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9BA6 is #326459. Grayscale: #ABABAB. Windows color (decimal): -3302490 or 10918861. OLE color: 10918861.

HSL color Cylindrical-coordinate representation of color #CD9BA6: hue angle of 346.8º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CD9BA6 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB205155166-
CMYK00.240.190.20
HSL346.8º33.33%70.59%-
HSV(B)346.8º24.39%80.39%-
XYZ43.7839.1841.33-
YUV171.2125.06152.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 155 (60.94% from 255) = 29.47%
BLUE value IS 166 (65.23% from 255) = 31.56%
R=38.97%
G=29.47%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515516600.240.190.20346.833.3370.59
HexCD9BA6018131415b2147
Octal315233246030232453341107
Binary11001101100110111010011001100010011101001010110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9BA6; }

 p { color: rgb(205,155,166); }

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

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

 a { background-color: rgb(205,155,166); }

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

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

 span { border-color: rgb(205,155,166); }

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