#C68F94

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

Shades of Careys Pink #C68F94

Tints of Careys Pink #C68F94

Color information

#C68F94 (or 0xC68F94) is unknown color: approx Careys Pink. HEX triplet: C6, 8F and 94. RGB value is (198,143,148). Sum of RGB (Red+Green+Blue) = 198+143+148=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68F94 is #39706B. Grayscale: #A0A0A0. Windows color (decimal): -3764332 or 9736134. OLE color: 9736134.

HSL color Cylindrical-coordinate representation of color #C68F94: hue angle of 354.55º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C68F94 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB198143148-
CMYK00.280.250.22
HSL354.55º32.54%66.86%-
HSV(B)354.55º27.78%77.65%-
XYZ38.4633.7932.51-
YUV160.01121.22155.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.49%
GREEN value IS 143 (56.25% from 255) = 29.24%
BLUE value IS 148 (58.20% from 255) = 30.27%
R=40.49%
G=29.24%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814314800.280.250.22354.5532.5466.86
HexC68F9401C19161632143
Octal306217224034312654341103
Binary11000110100011111001010001110011001101101011000111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68F94; }

 p { color: rgb(198,143,148); }

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

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

 a { background-color: rgb(198,143,148); }

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

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

 span { border-color: rgb(198,143,148); }

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