#C0ADAE

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

Shades of Careys Pink #C0ADAE

Tints of Careys Pink #C0ADAE

Color information

#C0ADAE (or 0xC0ADAE) is unknown color: approx Careys Pink. HEX triplet: C0, AD and AE. RGB value is (192,173,174). Sum of RGB (Red+Green+Blue) = 192+173+174=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ADAE is #3F5251. Grayscale: #B2B2B2. Windows color (decimal): -4149842 or 11447744. OLE color: 11447744.

HSL color Cylindrical-coordinate representation of color #C0ADAE: hue angle of 356.84º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0ADAE is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB192173174-
CMYK00.100.090.25
HSL356.84º13.1%71.57%-
HSV(B)356.84º9.9%75.29%-
XYZ44.3244.1546.23-
YUV178.8125.29137.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.62%
GREEN value IS 173 (67.97% from 255) = 32.10%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=35.62%
G=32.10%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217317400.100.090.25356.8413.171.57
HexC0ADAE0A919165d48
Octal300255256012113154515110
Binary1100000010101101101011100101010011100110110010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADAE; }

 p { color: rgb(192,173,174); }

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

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

 a { background-color: rgb(192,173,174); }

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

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

 span { border-color: rgb(192,173,174); }

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