Html Css Color HEX #C0A0A5 Careys Pink

📋 copy color: '#C0A0A5'

red 192 ◦ green 160 ◦ blue 165

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

Shades of Careys Pink #C0A0A5

Tints of Careys Pink #C0A0A5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.95%

 BLUE value IS 165 (64.84% from 255) = 31.91%

R = 37.14%
G = 30.95%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C0A0A5 (or 0xC0A0A5) is known color: Careys Pink. HEX triplet: C0, A0 and A5. RGB value is (192,160,165). Sum of RGB (Red+Green+Blue) = 192+160+165=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A0A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A0A5 is #3F5F5A. Grayscale: #AAAAAA. Windows color (decimal): -4153179 or 10854592. OLE color: 10854592.

HSL color Cylindrical-coordinate representation of color #C0A0A5: hue angle of 350.62º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0A0A5 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 160 165 -
CMYK 0 0.17 0.14 0.25
HSL 350.63º 0.2% 0.69% -
HSV(B) 350.63º 0.17% 0.75% -
XYZ 41.1 39.06 40.97 -
YUV 170.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 192 160 165 0 0.17 0.14 0.25 350.63 0.2 0.69
Hex C0 A0 A5 0 11 E 19 15F 14 45
Octal 300 240 245 0 21 16 31 537 24 105
Binary 11000000 10100000 10100101 0 10001 1110 11001 101011111 10100 1000101

Color Harmonies of #C0A0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A0A5

Black with #C0A0A5

Text Example


Text Example

White with #C0A0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A0A5; }

 p { color: rgb(192,160,165); }

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

background-color css

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

 a { background-color: rgb(192,160,165); }

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

border-color css

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

 span { border-color: rgb(192,160,165); }

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