#C69197

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

Shades of Careys Pink #C69197

Tints of Careys Pink #C69197

Color information

#C69197 (or 0xC69197) is unknown color: approx Careys Pink. HEX triplet: C6, 91 and 97. RGB value is (198,145,151). Sum of RGB (Red+Green+Blue) = 198+145+151=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C69197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69197 is #396E68. Grayscale: #A1A1A1. Windows color (decimal): -3763817 or 9933254. OLE color: 9933254.

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

Color convert

RGB198145151-
CMYK00.270.240.22
HSL353.21º31.74%67.25%-
HSV(B)353.21º26.77%77.65%-
XYZ3934.4933.88-
YUV161.53122.06154.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.08%
GREEN value IS 145 (57.03% from 255) = 29.35%
BLUE value IS 151 (59.38% from 255) = 30.57%
R=40.08%
G=29.35%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814515100.270.240.22353.2131.7467.25
HexC6919701B18161612043
Octal306221227033302654140103
Binary11000110100100011001011101101111000101101011000011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69197; }

 p { color: rgb(198,145,151); }

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

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

 a { background-color: rgb(198,145,151); }

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

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

 span { border-color: rgb(198,145,151); }

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