#CD9798

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

Shades of Careys Pink #CD9798

Tints of Careys Pink #CD9798

Color information

#CD9798 (or 0xCD9798) is unknown color: approx Careys Pink. HEX triplet: CD, 97 and 98. RGB value is (205,151,152). Sum of RGB (Red+Green+Blue) = 205+151+152=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9798 is #326867. Grayscale: #A7A7A7. Windows color (decimal): -3303528 or 10000333. OLE color: 10000333.

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

Color convert

RGB205151152-
CMYK00.260.260.20
HSL358.89º35.06%69.8%-
HSV(B)358.89º26.34%80.39%-
XYZ41.9137.3834.71-
YUV167.26119.39154.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.35%
GREEN value IS 151 (59.38% from 255) = 29.72%
BLUE value IS 152 (59.77% from 255) = 29.92%
R=40.35%
G=29.72%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515115200.260.260.20358.8935.0669.8
HexCD979801A1A141672346
Octal315227230032322454743106
Binary11001101100101111001100001101011010101001011001111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9798; }

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

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

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

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

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

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

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

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