Html Css Color HEX #C2ABAE Careys Pink

📋 copy color: '#C2ABAE'

red 194 ◦ green 171 ◦ blue 174

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

Shades of Careys Pink #C2ABAE

Tints of Careys Pink #C2ABAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.28%

R = 35.99%
G = 31.73%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C2ABAE (or 0xC2ABAE) is known color: Careys Pink. HEX triplet: C2, AB and AE. RGB value is (194,171,174). Sum of RGB (Red+Green+Blue) = 194+171+174=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ABAE is #3D5451. Grayscale: #B2B2B2. Windows color (decimal): -4019282 or 11447234. OLE color: 11447234.

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

Color convert

RGB 194 171 174 -
CMYK 0 0.12 0.10 0.24
HSL 352.17º 0.16% 0.72% -
HSV(B) 352.17º 0.12% 0.76% -
XYZ 44.45 43.65 46.13 -
YUV 178.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 194 171 174 0 0.12 0.10 0.24 352.17 0.16 0.72
Hex C2 AB AE 0 C A 18 160 10 48
Octal 302 253 256 0 14 12 30 540 20 110
Binary 11000010 10101011 10101110 0 1100 1010 11000 101100000 10000 1001000

Color Harmonies of #C2ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABAE

Black with #C2ABAE

Text Example


Text Example

White with #C2ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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