#C69CA8

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

Shades of Careys Pink #C69CA8

Tints of Careys Pink #C69CA8

Color information

#C69CA8 (or 0xC69CA8) is unknown color: approx Careys Pink. HEX triplet: C6, 9C and A8. RGB value is (198,156,168). Sum of RGB (Red+Green+Blue) = 198+156+168=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C69CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69CA8 is #396357. Grayscale: #A9A9A9. Windows color (decimal): -3760984 or 11050182. OLE color: 11050182.

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

Color convert

RGB198156168-
CMYK00.210.150.22
HSL342.86º26.92%69.41%-
HSV(B)342.86º21.21%77.65%-
XYZ42.2538.6142.27-
YUV169.93126.91148.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.93%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 168 (66.02% from 255) = 32.18%
R=37.93%
G=29.89%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815616800.210.150.22342.8626.9269.41
HexC69CA8015F161571b45
Octal306234250025172652733105
Binary110001101001110010101000010101111110110101010111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69CA8; }

 p { color: rgb(198,156,168); }

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

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

 a { background-color: rgb(198,156,168); }

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

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

 span { border-color: rgb(198,156,168); }

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