#C69396

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

Shades of Careys Pink #C69396

Tints of Careys Pink #C69396

Color information

#C69396 (or 0xC69396) is unknown color: approx Careys Pink. HEX triplet: C6, 93 and 96. RGB value is (198,147,150). Sum of RGB (Red+Green+Blue) = 198+147+150=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C69396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69396 is #396C69. Grayscale: #A2A2A2. Windows color (decimal): -3763306 or 9868230. OLE color: 9868230.

HSL color Cylindrical-coordinate representation of color #C69396: hue angle of 356.47º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C69396 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB198147150-
CMYK00.260.240.22
HSL356.47º30.91%67.65%-
HSV(B)356.47º25.76%77.65%-
XYZ39.2335.0833.56-
YUV162.59120.9153.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 150 (58.98% from 255) = 30.30%
R=40%
G=29.70%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814715000.260.240.22356.4730.9167.65
HexC6939601A18161641f44
Octal306223226032302654437104
Binary1100011010010011100101100110101100010110101100100111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69396; }

 p { color: rgb(198,147,150); }

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

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

 a { background-color: rgb(198,147,150); }

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

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

 span { border-color: rgb(198,147,150); }

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