#C69AA1

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

Shades of Careys Pink #C69AA1

Tints of Careys Pink #C69AA1

Color information

#C69AA1 (or 0xC69AA1) is unknown color: approx Careys Pink. HEX triplet: C6, 9A and A1. RGB value is (198,154,161). Sum of RGB (Red+Green+Blue) = 198+154+161=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69AA1 is #39655E. Grayscale: #A7A7A7. Windows color (decimal): -3761503 or 10590918. OLE color: 10590918.

HSL color Cylindrical-coordinate representation of color #C69AA1: hue angle of 350.45º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69AA1 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB198154161-
CMYK00.220.190.22
HSL350.45º27.85%69.02%-
HSV(B)350.45º22.22%77.65%-
XYZ41.2837.6938.82-
YUV167.95124.08149.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.60%
GREEN value IS 154 (60.55% from 255) = 30.02%
BLUE value IS 161 (63.28% from 255) = 31.38%
R=38.60%
G=30.02%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815416100.220.190.22350.4527.8569.02
HexC69AA1016131615e1c45
Octal306232241026232653634105
Binary1100011010011010101000010101101001110110101011110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69AA1; }

 p { color: rgb(198,154,161); }

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

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

 a { background-color: rgb(198,154,161); }

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

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

 span { border-color: rgb(198,154,161); }

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