#CF9798

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

Shades of Careys Pink #CF9798

Tints of Careys Pink #CF9798

Color information

#CF9798 (or 0xCF9798) is unknown color: approx Careys Pink. HEX triplet: CF, 97 and 98. RGB value is (207,151,152). Sum of RGB (Red+Green+Blue) = 207+151+152=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9798 is #306867. Grayscale: #A7A7A7. Windows color (decimal): -3172456 or 10000335. OLE color: 10000335.

HSL color Cylindrical-coordinate representation of color #CF9798: hue angle of 358.93º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF9798 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB207151152-
CMYK00.270.270.19
HSL358.93º36.84%70.2%-
HSV(B)358.93º27.05%81.18%-
XYZ42.4737.6734.74-
YUV167.86119.05155.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.59%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 152 (59.77% from 255) = 29.80%
R=40.59%
G=29.61%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715115200.270.270.19358.9336.8470.2
HexCF979801B1B131672546
Octal317227230033332354745106
Binary11001111100101111001100001101111011100111011001111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9798; }

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

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

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

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

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

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

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

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