Html Css Color HEX #C0A8AC Careys Pink

📋 copy color: '#C0A8AC'

red 192 ◦ green 168 ◦ blue 172

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

Shades of Careys Pink #C0A8AC

Tints of Careys Pink #C0A8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.58%

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

R = 36.09%
G = 31.58%
B = 32.33%

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

#C0A8AC (or 0xC0A8AC) is known color: Careys Pink. HEX triplet: C0, A8 and AC. RGB value is (192,168,172). Sum of RGB (Red+Green+Blue) = 192+168+172=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A8AC is #3F5753. Grayscale: #AFAFAF. Windows color (decimal): -4151124 or 11315392. OLE color: 11315392.

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

Color convert

RGB 192 168 172 -
CMYK 0 0.12 0.10 0.25
HSL 350º 0.16% 0.71% -
HSV(B) 350º 0.13% 0.75% -
XYZ 43.19 42.19 44.9 -
YUV 175.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 192 168 172 0 0.12 0.10 0.25 350 0.16 0.71
Hex C0 A8 AC 0 C A 19 15E 10 47
Octal 300 250 254 0 14 12 31 536 20 107
Binary 11000000 10101000 10101100 0 1100 1010 11001 101011110 10000 1000111

Color Harmonies of #C0A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A8AC

Black with #C0A8AC

Text Example


Text Example

White with #C0A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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