#CF929B

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

Shades of Careys Pink #CF929B

Tints of Careys Pink #CF929B

Color information

#CF929B (or 0xCF929B) is unknown color: approx Careys Pink. HEX triplet: CF, 92 and 9B. RGB value is (207,146,155). Sum of RGB (Red+Green+Blue) = 207+146+155=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF929B is #306D64. Grayscale: #A5A5A5. Windows color (decimal): -3173733 or 10195663. OLE color: 10195663.

HSL color Cylindrical-coordinate representation of color #CF929B: hue angle of 351.15º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF929B is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB207146155-
CMYK00.290.250.19
HSL351.15º38.85%69.22%-
HSV(B)351.15º29.47%81.18%-
XYZ41.9336.1935.79-
YUV165.26122.21157.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.75%
GREEN value IS 146 (57.42% from 255) = 28.74%
BLUE value IS 155 (60.94% from 255) = 30.51%
R=40.75%
G=28.74%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714615500.290.250.19351.1538.8569.22
HexCF929B01D191315f2745
Octal317222233035312353747105
Binary11001111100100101001101101110111001100111010111111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF929B; }

 p { color: rgb(207,146,155); }

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

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

 a { background-color: rgb(207,146,155); }

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

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

 span { border-color: rgb(207,146,155); }

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