Html Css Color HEX #C0A9AD Careys Pink

📋 copy color: '#C0A9AD'

red 192 ◦ green 169 ◦ blue 173

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

Shades of Careys Pink #C0A9AD

Tints of Careys Pink #C0A9AD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.65%

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

R = 35.96%
G = 31.65%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C0A9AD (or 0xC0A9AD) is known color: Careys Pink. HEX triplet: C0, A9 and AD. RGB value is (192,169,173). Sum of RGB (Red+Green+Blue) = 192+169+173=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A9AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A9AD is #3F5652. Grayscale: #B0B0B0. Windows color (decimal): -4150867 or 11381184. OLE color: 11381184.

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

Color convert

RGB 192 169 173 -
CMYK 0 0.12 0.10 0.25
HSL 349.57º 0.15% 0.71% -
HSV(B) 349.57º 0.12% 0.75% -
XYZ 43.47 42.6 45.47 -
YUV 176.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 192 169 173 0 0.12 0.10 0.25 349.57 0.15 0.71
Hex C0 A9 AD 0 C A 19 15E F 47
Octal 300 251 255 0 14 12 31 536 17 107
Binary 11000000 10101001 10101101 0 1100 1010 11001 101011110 1111 1000111

Color Harmonies of #C0A9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A9AD

Black with #C0A9AD

Text Example


Text Example

White with #C0A9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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