#CD929A

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

Shades of Careys Pink #CD929A

Tints of Careys Pink #CD929A

Color information

#CD929A (or 0xCD929A) is unknown color: approx Careys Pink. HEX triplet: CD, 92 and 9A. RGB value is (205,146,154). Sum of RGB (Red+Green+Blue) = 205+146+154=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CD929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD929A is #326D65. Grayscale: #A4A4A4. Windows color (decimal): -3304806 or 10130125. OLE color: 10130125.

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

Color convert

RGB205146154-
CMYK00.290.250.20
HSL351.86º37.11%68.82%-
HSV(B)351.86º28.78%80.39%-
XYZ41.2935.8735.32-
YUV164.55122.05156.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 154 (60.55% from 255) = 30.50%
R=40.59%
G=28.91%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514615400.290.250.20351.8637.1168.82
HexCD929A01D19141602545
Octal315222232035312454045105
Binary11001101100100101001101001110111001101001011000001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD929A; }

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

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

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

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

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

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

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

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