#C68F90

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

Shades of Careys Pink #C68F90

Tints of Careys Pink #C68F90

Color information

#C68F90 (or 0xC68F90) is unknown color: approx Careys Pink. HEX triplet: C6, 8F and 90. RGB value is (198,143,144). Sum of RGB (Red+Green+Blue) = 198+143+144=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68F90 is #39706F. Grayscale: #9F9F9F. Windows color (decimal): -3764336 or 9473990. OLE color: 9473990.

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

Color convert

RGB198143144-
CMYK00.280.270.22
HSL358.91º32.54%66.86%-
HSV(B)358.91º27.78%77.65%-
XYZ38.1533.6630.87-
YUV159.56119.22155.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 143 (56.25% from 255) = 29.48%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=40.82%
G=29.48%
B=29.69%

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
Decimal19814314400.280.270.22358.9132.5466.86
HexC68F9001C1B161672143
Octal306217220034332654741103
Binary11000110100011111001000001110011011101101011001111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68F90; }

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

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

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

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

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

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

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

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