#C69EA5

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

Shades of Careys Pink #C69EA5

Tints of Careys Pink #C69EA5

Color information

#C69EA5 (or 0xC69EA5) is unknown color: approx Careys Pink. HEX triplet: C6, 9E and A5. RGB value is (198,158,165). Sum of RGB (Red+Green+Blue) = 198+158+165=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C69EA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69EA5 is #39615A. Grayscale: #AAAAAA. Windows color (decimal): -3760475 or 10854086. OLE color: 10854086.

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

Color convert

RGB198158165-
CMYK00.200.170.22
HSL349.5º25.97%69.8%-
HSV(B)349.5º20.2%77.65%-
XYZ42.3139.1840.93-
YUV170.76124.75147.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 158 (62.11% from 255) = 30.33%
BLUE value IS 165 (64.84% from 255) = 31.67%
R=38.00%
G=30.33%
B=31.67%

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
Decimal19815816500.200.170.22349.525.9769.8
HexC69EA5014111615e1a46
Octal306236245024212653632106
Binary1100011010011110101001010101001000110110101011110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69EA5; }

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

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

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

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

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

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

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

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