#C69AA4

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

Shades of Careys Pink #C69AA4

Tints of Careys Pink #C69AA4

Color information

#C69AA4 (or 0xC69AA4) is unknown color: approx Careys Pink. HEX triplet: C6, 9A and A4. RGB value is (198,154,164). Sum of RGB (Red+Green+Blue) = 198+154+164=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69AA4 is #39655B. Grayscale: #A8A8A8. Windows color (decimal): -3761500 or 10787526. OLE color: 10787526.

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

Color convert

RGB198154164-
CMYK00.220.170.22
HSL346.36º27.85%69.02%-
HSV(B)346.36º22.22%77.65%-
XYZ41.5537.840.23-
YUV168.3125.58149.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.37%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 164 (64.45% from 255) = 31.78%
R=38.37%
G=29.84%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815416400.220.170.22346.3627.8569.02
HexC69AA4016111615a1c45
Octal306232244026212653234105
Binary1100011010011010101001000101101000110110101011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69AA4; }

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

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

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

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

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

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

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

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