#C69BA0

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

Shades of Careys Pink #C69BA0

Tints of Careys Pink #C69BA0

Color information

#C69BA0 (or 0xC69BA0) is unknown color: approx Careys Pink. HEX triplet: C6, 9B and A0. RGB value is (198,155,160). Sum of RGB (Red+Green+Blue) = 198+155+160=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C69BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69BA0 is #39645F. Grayscale: #A8A8A8. Windows color (decimal): -3761248 or 10525638. OLE color: 10525638.

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

Color convert

RGB198155160-
CMYK00.220.190.22
HSL353.02º27.39%69.22%-
HSV(B)353.02º21.72%77.65%-
XYZ41.3637.9938.41-
YUV168.43123.25149.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.60%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 160 (62.89% from 255) = 31.19%
R=38.60%
G=30.21%
B=31.19%

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
Decimal19815516000.220.190.22353.0227.3969.22
HexC69BA001613161611b45
Octal306233240026232654133105
Binary1100011010011011101000000101101001110110101100001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69BA0; }

 p { color: rgb(198,155,160); }

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

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

 a { background-color: rgb(198,155,160); }

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

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

 span { border-color: rgb(198,155,160); }

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