#C0ADB2

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

Shades of Careys Pink #C0ADB2

Tints of Careys Pink #C0ADB2

Color information

#C0ADB2 (or 0xC0ADB2) is unknown color: approx Careys Pink. HEX triplet: C0, AD and B2. RGB value is (192,173,178). Sum of RGB (Red+Green+Blue) = 192+173+178=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ADB2 is #3F524D. Grayscale: #B3B3B3. Windows color (decimal): -4149838 or 11709888. OLE color: 11709888.

HSL color Cylindrical-coordinate representation of color #C0ADB2: hue angle of 344.21º 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 #C0ADB2 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB192173178-
CMYK00.100.070.25
HSL344.21º13.1%71.57%-
HSV(B)344.21º9.9%75.29%-
XYZ44.7244.3148.31-
YUV179.25127.29137.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.36%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 178 (69.92% from 255) = 32.78%
R=35.36%
G=31.86%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217317800.100.070.25344.2113.171.57
HexC0ADB20A719158d48
Octal30025526201273153015110
Binary110000001010110110110010010101111100110101100011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADB2; }

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

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

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

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

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

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

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

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