#C69FA4

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

Shades of Careys Pink #C69FA4

Tints of Careys Pink #C69FA4

Color information

#C69FA4 (or 0xC69FA4) is unknown color: approx Careys Pink. HEX triplet: C6, 9F and A4. RGB value is (198,159,164). Sum of RGB (Red+Green+Blue) = 198+159+164=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C69FA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69FA4 is #39605B. Grayscale: #ABABAB. Windows color (decimal): -3760220 or 10788806. OLE color: 10788806.

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

Color convert

RGB198159164-
CMYK00.200.170.22
HSL352.31º25.49%70%-
HSV(B)352.31º19.7%77.65%-
XYZ42.3939.4840.51-
YUV171.23123.92147.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 159 (62.5% from 255) = 30.52%
BLUE value IS 164 (64.45% from 255) = 31.48%
R=38.00%
G=30.52%
B=31.48%

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
Decimal19815916400.200.170.22352.3125.4970
HexC69FA401411161601946
Octal306237244024212654031106
Binary1100011010011111101001000101001000110110101100000110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69FA4; }

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

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

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

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

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

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

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

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