Html Css Color HEX #C0A9AC Careys Pink

📋 copy color: '#C0A9AC'

red 192 ◦ green 169 ◦ blue 172

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

Shades of Careys Pink #C0A9AC

Tints of Careys Pink #C0A9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.27%

R = 36.02%
G = 31.71%
B = 32.27%

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

#C0A9AC (or 0xC0A9AC) is known color: Careys Pink. HEX triplet: C0, A9 and AC. RGB value is (192,169,172). Sum of RGB (Red+Green+Blue) = 192+169+172=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A9AC is #3F5653. Grayscale: #B0B0B0. Windows color (decimal): -4150868 or 11315648. OLE color: 11315648.

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

Color convert

RGB 192 169 172 -
CMYK 0 0.12 0.10 0.25
HSL 352.17º 0.15% 0.71% -
HSV(B) 352.17º 0.12% 0.75% -
XYZ 43.37 42.56 44.96 -
YUV 176.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 192 169 172 0 0.12 0.10 0.25 352.17 0.15 0.71
Hex C0 A9 AC 0 C A 19 160 F 47
Octal 300 251 254 0 14 12 31 540 17 107
Binary 11000000 10101001 10101100 0 1100 1010 11001 101100000 1111 1000111

Color Harmonies of #C0A9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A9AC

Black with #C0A9AC

Text Example


Text Example

White with #C0A9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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