Html Css Color HEX #C0A5AB Careys Pink

📋 copy color: '#C0A5AB'

red 192 ◦ green 165 ◦ blue 171

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

Shades of Careys Pink #C0A5AB

Tints of Careys Pink #C0A5AB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.25%

 BLUE value IS 171 (67.19% from 255) = 32.39%

R = 36.36%
G = 31.25%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C0A5AB (or 0xC0A5AB) is known color: Careys Pink. HEX triplet: C0, A5 and AB. RGB value is (192,165,171). Sum of RGB (Red+Green+Blue) = 192+165+171=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A5AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A5AB is #3F5A54. Grayscale: #ADADAD. Windows color (decimal): -4151893 or 11249088. OLE color: 11249088.

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

Color convert

RGB 192 165 171 -
CMYK 0 0.14 0.11 0.25
HSL 346.67º 0.18% 0.7% -
HSV(B) 346.67º 0.14% 0.75% -
XYZ 42.54 41.06 44.21 -
YUV 173.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 192 165 171 0 0.14 0.11 0.25 346.67 0.18 0.7
Hex C0 A5 AB 0 E B 19 15B 12 46
Octal 300 245 253 0 16 13 31 533 22 106
Binary 11000000 10100101 10101011 0 1110 1011 11001 101011011 10010 1000110

Color Harmonies of #C0A5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A5AB

Black with #C0A5AB

Text Example


Text Example

White with #C0A5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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