#CD9298

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

Shades of Careys Pink #CD9298

Tints of Careys Pink #CD9298

Color information

#CD9298 (or 0xCD9298) is unknown color: approx Careys Pink. HEX triplet: CD, 92 and 98. RGB value is (205,146,152). Sum of RGB (Red+Green+Blue) = 205+146+152=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9298 is #326D67. Grayscale: #A4A4A4. Windows color (decimal): -3304808 or 9999053. OLE color: 9999053.

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

Color convert

RGB205146152-
CMYK00.290.260.20
HSL353.9º37.11%68.82%-
HSV(B)353.9º28.78%80.39%-
XYZ41.1235.834.45-
YUV164.32121.05157.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.76%
GREEN value IS 146 (57.42% from 255) = 29.03%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=40.76%
G=29.03%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514615200.290.260.20353.937.1168.82
HexCD929801D1A141622545
Octal315222230035322454245105
Binary11001101100100101001100001110111010101001011000101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9298; }

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

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

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

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

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

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

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

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