#CD949A

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

Shades of Careys Pink #CD949A

Tints of Careys Pink #CD949A

Color information

#CD949A (or 0xCD949A) is unknown color: approx Careys Pink. HEX triplet: CD, 94 and 9A. RGB value is (205,148,154). Sum of RGB (Red+Green+Blue) = 205+148+154=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CD949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD949A is #326B65. Grayscale: #A5A5A5. Windows color (decimal): -3304294 or 10130637. OLE color: 10130637.

HSL color Cylindrical-coordinate representation of color #CD949A: hue angle of 353.68º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CD949A is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB205148154-
CMYK00.280.250.20
HSL353.68º36.31%69.22%-
HSV(B)353.68º27.8%80.39%-
XYZ41.636.4935.42-
YUV165.73121.38156.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 148 (58.20% from 255) = 29.19%
BLUE value IS 154 (60.55% from 255) = 30.37%
R=40.43%
G=29.19%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514815400.280.250.20353.6836.3169.22
HexCD949A01C19141622445
Octal315224232034312454244105
Binary11001101100101001001101001110011001101001011000101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD949A; }

 p { color: rgb(205,148,154); }

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

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

 a { background-color: rgb(205,148,154); }

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

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

 span { border-color: rgb(205,148,154); }

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