#C69EAA

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

Shades of Careys Pink #C69EAA

Tints of Careys Pink #C69EAA

Color information

#C69EAA (or 0xC69EAA) is unknown color: approx Careys Pink. HEX triplet: C6, 9E and AA. RGB value is (198,158,170). Sum of RGB (Red+Green+Blue) = 198+158+170=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C69EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69EAA is #396155. Grayscale: #ABABAB. Windows color (decimal): -3760470 or 11181766. OLE color: 11181766.

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

Color convert

RGB198158170-
CMYK00.200.140.22
HSL342º25.97%69.8%-
HSV(B)342º20.2%77.65%-
XYZ42.7739.3643.37-
YUV171.33127.25147.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.64%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 170 (66.80% from 255) = 32.32%
R=37.64%
G=30.04%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815817000.200.140.2234225.9769.8
HexC69EAA014E161561a46
Octal306236252024162652632106
Binary110001101001111010101010010100111010110101010110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69EAA; }

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

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

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

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

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

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

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

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