#CD98A1

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

Shades of Careys Pink #CD98A1

Tints of Careys Pink #CD98A1

Color information

#CD98A1 (or 0xCD98A1) is unknown color: approx Careys Pink. HEX triplet: CD, 98 and A1. RGB value is (205,152,161). Sum of RGB (Red+Green+Blue) = 205+152+161=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CD98A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD98A1 is #32675E. Grayscale: #A8A8A8. Windows color (decimal): -3303263 or 10590413. OLE color: 10590413.

HSL color Cylindrical-coordinate representation of color #CD98A1: hue angle of 349.81º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CD98A1 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB205152161-
CMYK00.260.210.20
HSL349.81º34.64%70%-
HSV(B)349.81º25.85%80.39%-
XYZ42.8438.0138.8-
YUV168.87123.56153.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 152 (59.77% from 255) = 29.34%
BLUE value IS 161 (63.28% from 255) = 31.08%
R=39.58%
G=29.34%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515216100.260.210.20349.8134.6470
HexCD98A101A151415e2346
Octal315230241032252453643106
Binary11001101100110001010000101101010101101001010111101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD98A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD98A1; }

 p { color: rgb(205,152,161); }

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

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

 a { background-color: rgb(205,152,161); }

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

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

 span { border-color: rgb(205,152,161); }

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