#CF969E

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

Shades of Careys Pink #CF969E

Tints of Careys Pink #CF969E

Color information

#CF969E (or 0xCF969E) is unknown color: approx Careys Pink. HEX triplet: CF, 96 and 9E. RGB value is (207,150,158). Sum of RGB (Red+Green+Blue) = 207+150+158=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF969E is #306961. Grayscale: #A7A7A7. Windows color (decimal): -3172706 or 10393295. OLE color: 10393295.

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

Color convert

RGB207150158-
CMYK00.280.240.19
HSL351.58º37.25%70%-
HSV(B)351.58º27.54%81.18%-
XYZ42.8137.5537.34-
YUV167.96122.38155.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.19%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 158 (62.11% from 255) = 30.68%
R=40.19%
G=29.13%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715015800.280.240.19351.5837.2570
HexCF969E01C18131602546
Octal317226236034302354045106
Binary11001111100101101001111001110011000100111011000001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF969E; }

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

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

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

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

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

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

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

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