#CF9D9F

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

Shades of Careys Pink #CF9D9F

Tints of Careys Pink #CF9D9F

Color information

#CF9D9F (or 0xCF9D9F) is unknown color: approx Careys Pink. HEX triplet: CF, 9D and 9F. RGB value is (207,157,159). Sum of RGB (Red+Green+Blue) = 207+157+159=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9D9F is #306260. Grayscale: #ACACAC. Windows color (decimal): -3170913 or 10460623. OLE color: 10460623.

HSL color Cylindrical-coordinate representation of color #CF9D9F: hue angle of 357.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9D9F is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB207157159-
CMYK00.240.230.19
HSL357.6º34.25%71.37%-
HSV(B)357.6º24.15%81.18%-
XYZ44.0539.8838.18-
YUV172.18120.56152.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.58%
GREEN value IS 157 (61.72% from 255) = 30.02%
BLUE value IS 159 (62.5% from 255) = 30.40%
R=39.58%
G=30.02%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715715900.240.230.19357.634.2571.37
HexCF9D9F01817131662247
Octal317235237030272354642107
Binary11001111100111011001111101100010111100111011001101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9D9F; }

 p { color: rgb(207,157,159); }

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

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

 a { background-color: rgb(207,157,159); }

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

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

 span { border-color: rgb(207,157,159); }

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