Html Css Color HEX #C0ADB2 Careys Pink

📋 copy color: '#C0ADB2'

red 192 ◦ green 173 ◦ blue 178

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

Shades of Careys Pink #C0ADB2

Tints of Careys Pink #C0ADB2

RGB

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

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

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

R = 35.36%
G = 31.86%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C0ADB2 (or 0xC0ADB2) is known color: Careys Pink. HEX triplet: C0, AD and B2. RGB value is (192,173,178). Sum of RGB (Red+Green+Blue) = 192+173+178=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ADB2 is #3F524D. Grayscale: #B3B3B3. Windows color (decimal): -4149838 or 11709888. OLE color: 11709888.

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

Color convert

RGB 192 173 178 -
CMYK 0 0.10 0.07 0.25
HSL 344.21º 0.13% 0.72% -
HSV(B) 344.21º 0.1% 0.75% -
XYZ 44.72 44.31 48.31 -
YUV 179.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 192 173 178 0 0.10 0.07 0.25 344.21 0.13 0.72
Hex C0 AD B2 0 A 7 19 158 D 48
Octal 300 255 262 0 12 7 31 530 15 110
Binary 11000000 10101101 10110010 0 1010 111 11001 101011000 1101 1001000

Color Harmonies of #C0ADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADB2

Black with #C0ADB2

Text Example


Text Example

White with #C0ADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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