#C0969B

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

Shades of Careys Pink #C0969B

Tints of Careys Pink #C0969B

Color information

#C0969B (or 0xC0969B) is unknown color: approx Careys Pink. HEX triplet: C0, 96 and 9B. RGB value is (192,150,155). Sum of RGB (Red+Green+Blue) = 192+150+155=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C0969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0969B is #3F6964. Grayscale: #A3A3A3. Windows color (decimal): -4155749 or 10196672. OLE color: 10196672.

HSL color Cylindrical-coordinate representation of color #C0969B: hue angle of 352.86º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0969B is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB192150155-
CMYK00.220.190.25
HSL352.86º25%67.06%-
HSV(B)352.86º21.88%75.29%-
XYZ38.5635.3935.81-
YUV163.13123.41148.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 155 (60.94% from 255) = 31.19%
R=38.63%
G=30.18%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215015500.220.190.25352.862567.06
HexC0969B01613191611943
Octal300226233026233154131103
Binary1100000010010110100110110101101001111001101100001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0969B; }

 p { color: rgb(192,150,155); }

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

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

 a { background-color: rgb(192,150,155); }

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

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

 span { border-color: rgb(192,150,155); }

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