#C69E9F

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

Shades of Careys Pink #C69E9F

Tints of Careys Pink #C69E9F

Color information

#C69E9F (or 0xC69E9F) is unknown color: approx Careys Pink. HEX triplet: C6, 9E and 9F. RGB value is (198,158,159). Sum of RGB (Red+Green+Blue) = 198+158+159=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69E9F is #396160. Grayscale: #AAAAAA. Windows color (decimal): -3760481 or 10460870. OLE color: 10460870.

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

Color convert

RGB198158159-
CMYK00.200.200.22
HSL358.5º25.97%69.8%-
HSV(B)358.5º20.2%77.65%-
XYZ41.7738.9638.12-
YUV170.07121.75147.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.45%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 159 (62.5% from 255) = 30.87%
R=38.45%
G=30.68%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815815900.200.200.22358.525.9769.8
HexC69E9F01414161661a46
Octal306236237024242654632106
Binary1100011010011110100111110101001010010110101100110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69E9F; }

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

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

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

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

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

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

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

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