#CD929C

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

Shades of Careys Pink #CD929C

Tints of Careys Pink #CD929C

Color information

#CD929C (or 0xCD929C) is unknown color: approx Careys Pink. HEX triplet: CD, 92 and 9C. RGB value is (205,146,156). Sum of RGB (Red+Green+Blue) = 205+146+156=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CD929C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD929C is #326D63. Grayscale: #A4A4A4. Windows color (decimal): -3304804 or 10261197. OLE color: 10261197.

HSL color Cylindrical-coordinate representation of color #CD929C: hue angle of 349.83º 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 #CD929C is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB205146156-
CMYK00.290.240.20
HSL349.83º37.11%68.82%-
HSV(B)349.83º28.78%80.39%-
XYZ41.4635.9436.2-
YUV164.78123.05156.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=40.43%
G=28.80%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514615600.290.240.20349.8337.1168.82
HexCD929C01D181415e2545
Octal315222234035302453645105
Binary11001101100100101001110001110111000101001010111101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD929C; }

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

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

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

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

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

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

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

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