#CF9495

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

Shades of Careys Pink #CF9495

Tints of Careys Pink #CF9495

Color information

#CF9495 (or 0xCF9495) is unknown color: approx Careys Pink. HEX triplet: CF, 94 and 95. RGB value is (207,148,149). Sum of RGB (Red+Green+Blue) = 207+148+149=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9495 is #306B6A. Grayscale: #A5A5A5. Windows color (decimal): -3173227 or 9802959. OLE color: 9802959.

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

Color convert

RGB207148149-
CMYK00.290.280.19
HSL358.98º38.06%69.61%-
HSV(B)358.98º28.5%81.18%-
XYZ41.7536.6233.3-
YUV165.76118.55157.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.07%
GREEN value IS 148 (58.20% from 255) = 29.37%
BLUE value IS 149 (58.59% from 255) = 29.56%
R=41.07%
G=29.37%
B=29.56%

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
Decimal20714814900.290.280.19358.9838.0669.61
HexCF949501D1C131672646
Octal317224225035342354746106
Binary11001111100101001001010101110111100100111011001111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9495; }

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

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

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

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

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

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

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

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