#C68F91

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

Shades of Careys Pink #C68F91

Tints of Careys Pink #C68F91

Color information

#C68F91 (or 0xC68F91) is unknown color: approx Careys Pink. HEX triplet: C6, 8F and 91. RGB value is (198,143,145). Sum of RGB (Red+Green+Blue) = 198+143+145=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68F91 is #39706E. Grayscale: #9F9F9F. Windows color (decimal): -3764335 or 9539526. OLE color: 9539526.

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

Color convert

RGB198143145-
CMYK00.280.270.22
HSL357.82º32.54%66.86%-
HSV(B)357.82º27.78%77.65%-
XYZ38.2233.731.28-
YUV159.67119.72155.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.74%
GREEN value IS 143 (56.25% from 255) = 29.42%
BLUE value IS 145 (57.03% from 255) = 29.84%
R=40.74%
G=29.42%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814314500.280.270.22357.8232.5466.86
HexC68F9101C1B161662143
Octal306217221034332654641103
Binary11000110100011111001000101110011011101101011001101000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68F91; }

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

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

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

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

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

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

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

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