Html Css Color HEX #C0ABAD Careys Pink

📋 copy color: '#C0ABAD'

red 192 ◦ green 171 ◦ blue 173

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

Shades of Careys Pink #C0ABAD

Tints of Careys Pink #C0ABAD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.9%

 BLUE value IS 173 (67.97% from 255) = 32.28%

R = 35.82%
G = 31.9%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C0ABAD (or 0xC0ABAD) is known color: Careys Pink. HEX triplet: C0, AB and AD. RGB value is (192,171,173). Sum of RGB (Red+Green+Blue) = 192+171+173=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ABAD is #3F5452. Grayscale: #B1B1B1. Windows color (decimal): -4150355 or 11381696. OLE color: 11381696.

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

Color convert

RGB 192 171 173 -
CMYK 0 0.11 0.10 0.25
HSL 354.29º 0.14% 0.71% -
HSV(B) 354.29º 0.11% 0.75% -
XYZ 43.84 43.35 45.59 -
YUV 177.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 192 171 173 0 0.11 0.10 0.25 354.29 0.14 0.71
Hex C0 AB AD 0 B A 19 162 E 47
Octal 300 253 255 0 13 12 31 542 16 107
Binary 11000000 10101011 10101101 0 1011 1010 11001 101100010 1110 1000111

Color Harmonies of #C0ABAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABAD

Black with #C0ABAD

Text Example


Text Example

White with #C0ABAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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