#CF9395

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

Shades of Careys Pink #CF9395

Tints of Careys Pink #CF9395

Color information

#CF9395 (or 0xCF9395) is unknown color: approx Careys Pink. HEX triplet: CF, 93 and 95. RGB value is (207,147,149). Sum of RGB (Red+Green+Blue) = 207+147+149=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9395 is #306C6A. Grayscale: #A5A5A5. Windows color (decimal): -3173483 or 9802703. OLE color: 9802703.

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

Color convert

RGB207147149-
CMYK00.290.280.19
HSL358º38.46%69.41%-
HSV(B)358º28.99%81.18%-
XYZ41.5936.333.25-
YUV165.17118.88157.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.15%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 149 (58.59% from 255) = 29.62%
R=41.15%
G=29.22%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714714900.290.280.1935838.4669.41
HexCF939501D1C131662645
Octal317223225035342354646105
Binary11001111100100111001010101110111100100111011001101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9395; }

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

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

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

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

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

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

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

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