Html Css Color HEX #C1ADB2 Careys Pink

📋 copy color: '#C1ADB2'

red 193 ◦ green 173 ◦ blue 178

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

Shades of Careys Pink #C1ADB2

Tints of Careys Pink #C1ADB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.72%

R = 35.48%
G = 31.8%
B = 32.72%

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

#C1ADB2 (or 0xC1ADB2) is known color: Careys Pink. HEX triplet: C1, AD and B2. RGB value is (193,173,178). Sum of RGB (Red+Green+Blue) = 193+173+178=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ADB2 is #3E524D. Grayscale: #B3B3B3. Windows color (decimal): -4084302 or 11709889. OLE color: 11709889.

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

Color convert

RGB 193 173 178 -
CMYK 0 0.10 0.08 0.24
HSL 345º 0.14% 0.72% -
HSV(B) 345º 0.1% 0.76% -
XYZ 44.97 44.44 48.33 -
YUV 179.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 193 173 178 0 0.10 0.08 0.24 345 0.14 0.72
Hex C1 AD B2 0 A 8 18 159 E 48
Octal 301 255 262 0 12 10 30 531 16 110
Binary 11000001 10101101 10110010 0 1010 1000 11000 101011001 1110 1001000

Color Harmonies of #C1ADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ADB2

Black with #C1ADB2

Text Example


Text Example

White with #C1ADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ADB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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