Html Css Color HEX #C0A8AA Careys Pink

📋 copy color: '#C0A8AA'

red 192 ◦ green 168 ◦ blue 170

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

Shades of Careys Pink #C0A8AA

Tints of Careys Pink #C0A8AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.08%

R = 36.23%
G = 31.7%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C0A8AA (or 0xC0A8AA) is known color: Careys Pink. HEX triplet: C0, A8 and AA. RGB value is (192,168,170). Sum of RGB (Red+Green+Blue) = 192+168+170=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A8AA is #3F5755. Grayscale: #AFAFAF. Windows color (decimal): -4151126 or 11184320. OLE color: 11184320.

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

Color convert

RGB 192 168 170 -
CMYK 0 0.12 0.11 0.25
HSL 355º 0.16% 0.71% -
HSV(B) 355º 0.13% 0.75% -
XYZ 43 42.11 43.89 -
YUV 175.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 192 168 170 0 0.12 0.11 0.25 355 0.16 0.71
Hex C0 A8 AA 0 C B 19 163 10 47
Octal 300 250 252 0 14 13 31 543 20 107
Binary 11000000 10101000 10101010 0 1100 1011 11001 101100011 10000 1000111

Color Harmonies of #C0A8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A8AA

Black with #C0A8AA

Text Example


Text Example

White with #C0A8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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