#C69FA3

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

Shades of Careys Pink #C69FA3

Tints of Careys Pink #C69FA3

Color information

#C69FA3 (or 0xC69FA3) is unknown color: approx Careys Pink. HEX triplet: C6, 9F and A3. RGB value is (198,159,163). Sum of RGB (Red+Green+Blue) = 198+159+163=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 163 (64.06% from 255 or 31.35% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C69FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69FA3 is #39605C. Grayscale: #ABABAB. Windows color (decimal): -3760221 or 10723270. OLE color: 10723270.

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

Color convert

RGB198159163-
CMYK00.200.180.22
HSL353.85º25.49%70%-
HSV(B)353.85º19.7%77.65%-
XYZ42.339.4540.03-
YUV171.12123.42147.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.08%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 163 (64.06% from 255) = 31.35%
R=38.08%
G=30.58%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815916300.200.180.22353.8525.4970
HexC69FA301412161621946
Octal306237243024222654231106
Binary1100011010011111101000110101001001010110101100010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69FA3; }

 p { color: rgb(198,159,163); }

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

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

 a { background-color: rgb(198,159,163); }

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

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

 span { border-color: rgb(198,159,163); }

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