#CF969F

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

Shades of Careys Pink #CF969F

Tints of Careys Pink #CF969F

Color information

#CF969F (or 0xCF969F) is unknown color: approx Careys Pink. HEX triplet: CF, 96 and 9F. RGB value is (207,150,159). Sum of RGB (Red+Green+Blue) = 207+150+159=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF969F is #306960. Grayscale: #A8A8A8. Windows color (decimal): -3172705 or 10458831. OLE color: 10458831.

HSL color Cylindrical-coordinate representation of color #CF969F: hue angle of 350.53º degrees, saturation: 0.37, 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 #CF969F is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB207150159-
CMYK00.280.230.19
HSL350.53º37.25%70%-
HSV(B)350.53º27.54%81.18%-
XYZ42.937.5837.79-
YUV168.07122.88155.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.12%
GREEN value IS 150 (58.98% from 255) = 29.07%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=40.12%
G=29.07%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715015900.280.230.19350.5337.2570
HexCF969F01C171315f2546
Octal317226237034272353745106
Binary11001111100101101001111101110010111100111010111111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF969F; }

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

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

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

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

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

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

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

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