Html Css Color HEX #C6ABAC Careys Pink

📋 copy color: '#C6ABAC'

red 198 ◦ green 171 ◦ blue 172

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

Shades of Careys Pink #C6ABAC

Tints of Careys Pink #C6ABAC

RGB

 RED value IS 198 (77.73% from 255) = 36.6%

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

 BLUE value IS 172 (67.58% from 255) = 31.79%

R = 36.6%
G = 31.61%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C6ABAC (or 0xC6ABAC) is known color: Careys Pink. HEX triplet: C6, AB and AC. RGB value is (198,171,172). Sum of RGB (Red+Green+Blue) = 198+171+172=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ABAC is #395453. Grayscale: #B3B3B3. Windows color (decimal): -3757140 or 11316166. OLE color: 11316166.

HSL color Cylindrical-coordinate representation of color #C6ABAC: hue angle of 357.78º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6ABAC is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 171 172 -
CMYK 0 0.14 0.13 0.22
HSL 357.78º 0.19% 0.72% -
HSV(B) 357.78º 0.14% 0.78% -
XYZ 45.3 44.11 45.16 -
YUV 179.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 198 171 172 0 0.14 0.13 0.22 357.78 0.19 0.72
Hex C6 AB AC 0 E D 16 166 13 48
Octal 306 253 254 0 16 15 26 546 23 110
Binary 11000110 10101011 10101100 0 1110 1101 10110 101100110 10011 1001000

Color Harmonies of #C6ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ABAC

Black with #C6ABAC

Text Example


Text Example

White with #C6ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ABAC; }

 p { color: rgb(198,171,172); }

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

background-color css

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

 a { background-color: rgb(198,171,172); }

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

border-color css

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

 span { border-color: rgb(198,171,172); }

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