#C69EA4

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

Shades of Careys Pink #C69EA4

Tints of Careys Pink #C69EA4

Color information

#C69EA4 (or 0xC69EA4) is unknown color: approx Careys Pink. HEX triplet: C6, 9E and A4. RGB value is (198,158,164). Sum of RGB (Red+Green+Blue) = 198+158+164=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C69EA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69EA4 is #39615B. Grayscale: #AAAAAA. Windows color (decimal): -3760476 or 10788550. OLE color: 10788550.

HSL color Cylindrical-coordinate representation of color #C69EA4: hue angle of 351º 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 #C69EA4 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB198158164-
CMYK00.200.170.22
HSL351º25.97%69.8%-
HSV(B)351º20.2%77.65%-
XYZ42.2239.1440.45-
YUV170.64124.25147.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.08%
GREEN value IS 158 (62.11% from 255) = 30.38%
BLUE value IS 164 (64.45% from 255) = 31.54%
R=38.08%
G=30.38%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815816400.200.170.2235125.9769.8
HexC69EA4014111615f1a46
Octal306236244024212653732106
Binary1100011010011110101001000101001000110110101011111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69EA4; }

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

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

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

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

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

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

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

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