#CF9295

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

Shades of Careys Pink #CF9295

Tints of Careys Pink #CF9295

Color information

#CF9295 (or 0xCF9295) is unknown color: approx Careys Pink. HEX triplet: CF, 92 and 95. RGB value is (207,146,149). Sum of RGB (Red+Green+Blue) = 207+146+149=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9295 is #306D6A. Grayscale: #A4A4A4. Windows color (decimal): -3173739 or 9802447. OLE color: 9802447.

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

Color convert

RGB207146149-
CMYK00.290.280.19
HSL357.05º38.85%69.22%-
HSV(B)357.05º29.47%81.18%-
XYZ41.4435.9933.2-
YUV164.58119.21158.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.24%
GREEN value IS 146 (57.42% from 255) = 29.08%
BLUE value IS 149 (58.59% from 255) = 29.68%
R=41.24%
G=29.08%
B=29.68%

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
Decimal20714614900.290.280.19357.0538.8569.22
HexCF929501D1C131652745
Octal317222225035342354547105
Binary11001111100100101001010101110111100100111011001011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9295; }

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

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

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

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

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

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

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

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