#C6989A

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

Shades of Careys Pink #C6989A

Tints of Careys Pink #C6989A

Color information

#C6989A (or 0xC6989A) is unknown color: approx Careys Pink. HEX triplet: C6, 98 and 9A. RGB value is (198,152,154). Sum of RGB (Red+Green+Blue) = 198+152+154=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C6989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6989A is #396765. Grayscale: #A6A6A6. Windows color (decimal): -3762022 or 10131654. OLE color: 10131654.

HSL color Cylindrical-coordinate representation of color #C6989A: hue angle of 357.39º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6989A is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB198152154-
CMYK00.230.220.22
HSL357.39º28.75%68.63%-
HSV(B)357.39º23.23%77.65%-
XYZ40.3536.835.55-
YUV165.98121.24150.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.29%
GREEN value IS 152 (59.77% from 255) = 30.16%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=39.29%
G=30.16%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815215400.230.220.22357.3928.7568.63
HexC6989A01716161651d45
Octal306230232027262654535105
Binary1100011010011000100110100101111011010110101100101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6989A; }

 p { color: rgb(198,152,154); }

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

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

 a { background-color: rgb(198,152,154); }

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

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

 span { border-color: rgb(198,152,154); }

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