#CF96A4

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

Shades of Careys Pink #CF96A4

Tints of Careys Pink #CF96A4

Color information

#CF96A4 (or 0xCF96A4) is unknown color: approx Careys Pink. HEX triplet: CF, 96 and A4. RGB value is (207,150,164). Sum of RGB (Red+Green+Blue) = 207+150+164=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF96A4 is #30695B. Grayscale: #A8A8A8. Windows color (decimal): -3172700 or 10786511. OLE color: 10786511.

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

Color convert

RGB207150164-
CMYK00.280.210.19
HSL345.26º37.25%70%-
HSV(B)345.26º27.54%81.18%-
XYZ43.3437.7640.13-
YUV168.64125.38155.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.73%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 164 (64.45% from 255) = 31.48%
R=39.73%
G=28.79%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715016400.280.210.19345.2637.2570
HexCF96A401C15131592546
Octal317226244034252353145106
Binary11001111100101101010010001110010101100111010110011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF96A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF96A4; }

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

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

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

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

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

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

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

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