#C69EA6

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

Shades of Careys Pink #C69EA6

Tints of Careys Pink #C69EA6

Color information

#C69EA6 (or 0xC69EA6) is unknown color: approx Careys Pink. HEX triplet: C6, 9E and A6. RGB value is (198,158,166). Sum of RGB (Red+Green+Blue) = 198+158+166=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C69EA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69EA6 is #396159. Grayscale: #AAAAAA. Windows color (decimal): -3760474 or 10919622. OLE color: 10919622.

HSL color Cylindrical-coordinate representation of color #C69EA6: hue angle of 348º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C69EA6 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB198158166-
CMYK00.200.160.22
HSL348º25.97%69.8%-
HSV(B)348º20.2%77.65%-
XYZ42.439.2141.41-
YUV170.87125.25147.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.93%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 166 (65.23% from 255) = 31.80%
R=37.93%
G=30.27%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815816600.200.160.2234825.9769.8
HexC69EA6014101615c1a46
Octal306236246024202653432106
Binary1100011010011110101001100101001000010110101011100110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69EA6; }

 p { color: rgb(198,158,166); }

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

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

 a { background-color: rgb(198,158,166); }

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

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

 span { border-color: rgb(198,158,166); }

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