Html Css Color HEX #C0ADB1 Careys Pink

📋 copy color: '#C0ADB1'

red 192 ◦ green 173 ◦ blue 177

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

Shades of Careys Pink #C0ADB1

Tints of Careys Pink #C0ADB1

RGB

 RED value IS 192 (75.39% from 255) = 35.42%

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

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

R = 35.42%
G = 31.92%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C0ADB1 (or 0xC0ADB1) is known color: Careys Pink. HEX triplet: C0, AD and B1. RGB value is (192,173,177). Sum of RGB (Red+Green+Blue) = 192+173+177=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ADB1 is #3F524E. Grayscale: #B3B3B3. Windows color (decimal): -4149839 or 11644352. OLE color: 11644352.

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

Color convert

RGB 192 173 177 -
CMYK 0 0.10 0.08 0.25
HSL 347.37º 0.13% 0.72% -
HSV(B) 347.37º 0.1% 0.75% -
XYZ 44.62 44.27 47.79 -
YUV 179.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 192 173 177 0 0.10 0.08 0.25 347.37 0.13 0.72
Hex C0 AD B1 0 A 8 19 15B D 48
Octal 300 255 261 0 12 10 31 533 15 110
Binary 11000000 10101101 10110001 0 1010 1000 11001 101011011 1101 1001000

Color Harmonies of #C0ADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADB1

Black with #C0ADB1

Text Example


Text Example

White with #C0ADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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