#C69296

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

Shades of Careys Pink #C69296

Tints of Careys Pink #C69296

Color information

#C69296 (or 0xC69296) is unknown color: approx Careys Pink. HEX triplet: C6, 92 and 96. RGB value is (198,146,150). Sum of RGB (Red+Green+Blue) = 198+146+150=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C69296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69296 is #396D69. Grayscale: #A2A2A2. Windows color (decimal): -3763562 or 9867974. OLE color: 9867974.

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

Color convert

RGB198146150-
CMYK00.260.240.22
HSL355.38º31.33%67.45%-
HSV(B)355.38º26.26%77.65%-
XYZ39.0734.7733.51-
YUV162121.23153.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.08%
GREEN value IS 146 (57.42% from 255) = 29.55%
BLUE value IS 150 (58.98% from 255) = 30.36%
R=40.08%
G=29.55%
B=30.36%

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
Decimal19814615000.260.240.22355.3831.3367.45
HexC6929601A18161631f43
Octal306222226032302654337103
Binary1100011010010010100101100110101100010110101100011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69296; }

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

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

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

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

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

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

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

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