Html Css Color HEX #C1ADB1 Careys Pink

📋 copy color: '#C1ADB1'

red 193 ◦ green 173 ◦ blue 177

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

Shades of Careys Pink #C1ADB1

Tints of Careys Pink #C1ADB1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.86%

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

R = 35.54%
G = 31.86%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C1ADB1 (or 0xC1ADB1) is known color: Careys Pink. HEX triplet: C1, AD and B1. RGB value is (193,173,177). Sum of RGB (Red+Green+Blue) = 193+173+177=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ADB1 is #3E524E. Grayscale: #B3B3B3. Windows color (decimal): -4084303 or 11644353. OLE color: 11644353.

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

Color convert

RGB 193 173 177 -
CMYK 0 0.10 0.08 0.24
HSL 348º 0.14% 0.72% -
HSV(B) 348º 0.1% 0.76% -
XYZ 44.87 44.4 47.8 -
YUV 179.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 193 173 177 0 0.10 0.08 0.24 348 0.14 0.72
Hex C1 AD B1 0 A 8 18 15C E 48
Octal 301 255 261 0 12 10 30 534 16 110
Binary 11000001 10101101 10110001 0 1010 1000 11000 101011100 1110 1001000

Color Harmonies of #C1ADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ADB1

Black with #C1ADB1

Text Example


Text Example

White with #C1ADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ADB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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