Html Css Color HEX #C2ABB1 Careys Pink

📋 copy color: '#C2ABB1'

red 194 ◦ green 171 ◦ blue 177

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

Shades of Careys Pink #C2ABB1

Tints of Careys Pink #C2ABB1

RGB

 RED value IS 194 (76.17% from 255) = 35.79%

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

 BLUE value IS 177 (69.53% from 255) = 32.66%

R = 35.79%
G = 31.55%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C2ABB1 (or 0xC2ABB1) is known color: Careys Pink. HEX triplet: C2, AB and B1. RGB value is (194,171,177). Sum of RGB (Red+Green+Blue) = 194+171+177=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ABB1 is #3D544E. Grayscale: #B2B2B2. Windows color (decimal): -4019279 or 11643842. OLE color: 11643842.

HSL color Cylindrical-coordinate representation of color #C2ABB1: hue angle of 344.35º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2ABB1 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 171 177 -
CMYK 0 0.12 0.09 0.24
HSL 344.35º 0.16% 0.72% -
HSV(B) 344.35º 0.12% 0.76% -
XYZ 44.75 43.77 47.68 -
YUV 178.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 194 171 177 0 0.12 0.09 0.24 344.35 0.16 0.72
Hex C2 AB B1 0 C 9 18 158 10 48
Octal 302 253 261 0 14 11 30 530 20 110
Binary 11000010 10101011 10110001 0 1100 1001 11000 101011000 10000 1001000

Color Harmonies of #C2ABB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABB1

Black with #C2ABB1

Text Example


Text Example

White with #C2ABB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABB1; }

 p { color: rgb(194,171,177); }

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

background-color css

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

 a { background-color: rgb(194,171,177); }

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

border-color css

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

 span { border-color: rgb(194,171,177); }

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