#CF939B

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

Shades of Careys Pink #CF939B

Tints of Careys Pink #CF939B

Color information

#CF939B (or 0xCF939B) is unknown color: approx Careys Pink. HEX triplet: CF, 93 and 9B. RGB value is (207,147,155). Sum of RGB (Red+Green+Blue) = 207+147+155=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF939B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF939B is #306C64. Grayscale: #A5A5A5. Windows color (decimal): -3173477 or 10195919. OLE color: 10195919.

HSL color Cylindrical-coordinate representation of color #CF939B: hue angle of 352º degrees, saturation: 0.38, 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 #CF939B is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB207147155-
CMYK00.290.250.19
HSL352º38.46%69.41%-
HSV(B)352º28.99%81.18%-
XYZ42.0836.535.84-
YUV165.85121.88157.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.67%
GREEN value IS 147 (57.81% from 255) = 28.88%
BLUE value IS 155 (60.94% from 255) = 30.45%
R=40.67%
G=28.88%
B=30.45%

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
Decimal20714715500.290.250.1935238.4669.41
HexCF939B01D19131602645
Octal317223233035312354046105
Binary11001111100100111001101101110111001100111011000001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF939B; }

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

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

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

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

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

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

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

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