Html Css Color HEX #C1ACB1 Careys Pink

📋 copy color: '#C1ACB1'

red 193 ◦ green 172 ◦ blue 177

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

Shades of Careys Pink #C1ACB1

Tints of Careys Pink #C1ACB1

RGB

 RED value IS 193 (75.78% from 255) = 35.61%

 GREEN value IS 172 (67.58% from 255) = 31.73%

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

R = 35.61%
G = 31.73%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C1ACB1 (or 0xC1ACB1) is known color: Careys Pink. HEX triplet: C1, AC and B1. RGB value is (193,172,177). Sum of RGB (Red+Green+Blue) = 193+172+177=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ACB1 is #3E534E. Grayscale: #B2B2B2. Windows color (decimal): -4084559 or 11644097. OLE color: 11644097.

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

Color convert

RGB 193 172 177 -
CMYK 0 0.11 0.08 0.24
HSL 345.71º 0.14% 0.72% -
HSV(B) 345.71º 0.11% 0.76% -
XYZ 44.68 44.02 47.74 -
YUV 178.85 126.96 138.09 -
System Red Green Blue C M Y K H S L
Decimal 193 172 177 0 0.11 0.08 0.24 345.71 0.14 0.72
Hex C1 AC B1 0 B 8 18 15A E 48
Octal 301 254 261 0 13 10 30 532 16 110
Binary 11000001 10101100 10110001 0 1011 1000 11000 101011010 1110 1001000

Color Harmonies of #C1ACB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ACB1

Black with #C1ACB1

Text Example


Text Example

White with #C1ACB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ACB1; }

 p { color: rgb(193,172,177); }

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

background-color css

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

 a { background-color: rgb(193,172,177); }

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

border-color css

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

 span { border-color: rgb(193,172,177); }

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