#CF9394

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

Shades of Careys Pink #CF9394

Tints of Careys Pink #CF9394

Color information

#CF9394 (or 0xCF9394) is unknown color: approx Careys Pink. HEX triplet: CF, 93 and 94. RGB value is (207,147,148). Sum of RGB (Red+Green+Blue) = 207+147+148=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9394 is #306C6B. Grayscale: #A5A5A5. Windows color (decimal): -3173484 or 9737167. OLE color: 9737167.

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

Color convert

RGB207147148-
CMYK00.290.290.19
HSL359º38.46%69.41%-
HSV(B)359º28.99%81.18%-
XYZ41.5136.2732.83-
YUV165.05118.38157.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.24%
GREEN value IS 147 (57.81% from 255) = 29.28%
BLUE value IS 148 (58.20% from 255) = 29.48%
R=41.24%
G=29.28%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714714800.290.290.1935938.4669.41
HexCF939401D1D131672645
Octal317223224035352354746105
Binary11001111100100111001010001110111101100111011001111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9394; }

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

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

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

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

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

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

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

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