#CF959A

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

Shades of Careys Pink #CF959A

Tints of Careys Pink #CF959A

Color information

#CF959A (or 0xCF959A) is unknown color: approx Careys Pink. HEX triplet: CF, 95 and 9A. RGB value is (207,149,154). Sum of RGB (Red+Green+Blue) = 207+149+154=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF959A is #306A65. Grayscale: #A6A6A6. Windows color (decimal): -3172966 or 10130895. OLE color: 10130895.

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

Color convert

RGB207149154-
CMYK00.280.260.19
HSL354.83º37.66%69.8%-
HSV(B)354.83º28.02%81.18%-
XYZ42.3137.0935.5-
YUV166.91120.72156.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.59%
GREEN value IS 149 (58.59% from 255) = 29.22%
BLUE value IS 154 (60.55% from 255) = 30.20%
R=40.59%
G=29.22%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714915400.280.260.19354.8337.6669.8
HexCF959A01C1A131632646
Octal317225232034322354346106
Binary11001111100101011001101001110011010100111011000111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF959A; }

 p { color: rgb(207,149,154); }

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

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

 a { background-color: rgb(207,149,154); }

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

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

 span { border-color: rgb(207,149,154); }

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