Html Css Color HEX #C0AAAD Careys Pink

📋 copy color: '#C0AAAD'

red 192 ◦ green 170 ◦ blue 173

#C0AAAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #C0AAAD

Tints of Careys Pink #C0AAAD

RGB

 RED value IS 192 (75.39% from 255) = 35.89%

 GREEN value IS 170 (66.8% from 255) = 31.78%

 BLUE value IS 173 (67.97% from 255) = 32.34%

R = 35.89%
G = 31.78%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C0AAAD (or 0xC0AAAD) is known color: Careys Pink. HEX triplet: C0, AA and AD. RGB value is (192,170,173). Sum of RGB (Red+Green+Blue) = 192+170+173=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AAAD is #3F5552. Grayscale: #B0B0B0. Windows color (decimal): -4150611 or 11381440. OLE color: 11381440.

HSL color Cylindrical-coordinate representation of color #C0AAAD: hue angle of 351.82º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0AAAD is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 170 173 -
CMYK 0 0.11 0.10 0.25
HSL 351.82º 0.15% 0.71% -
HSV(B) 351.82º 0.11% 0.75% -
XYZ 43.66 42.97 45.53 -
YUV 176.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 192 170 173 0 0.11 0.10 0.25 351.82 0.15 0.71
Hex C0 AA AD 0 B A 19 160 F 47
Octal 300 252 255 0 13 12 31 540 17 107
Binary 11000000 10101010 10101101 0 1011 1010 11001 101100000 1111 1000111

Color Harmonies of #C0AAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AAAD

Black with #C0AAAD

Text Example


Text Example

White with #C0AAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AAAD; }

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

 H1.HeaderClassName
 {
   color: #C0AAAD;
 }
 .AnyTagClassName
 {
   color: #C0AAAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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