Html Css Color HEX #C0ADB0 Careys Pink

📋 copy color: '#C0ADB0'

red 192 ◦ green 173 ◦ blue 176

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

Shades of Careys Pink #C0ADB0

Tints of Careys Pink #C0ADB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.53%

R = 35.49%
G = 31.98%
B = 32.53%

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

#C0ADB0 (or 0xC0ADB0) is known color: Careys Pink. HEX triplet: C0, AD and B0. RGB value is (192,173,176). Sum of RGB (Red+Green+Blue) = 192+173+176=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ADB0 is #3F524F. Grayscale: #B3B3B3. Windows color (decimal): -4149840 or 11578816. OLE color: 11578816.

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

Color convert

RGB 192 173 176 -
CMYK 0 0.10 0.08 0.25
HSL 350.53º 0.13% 0.72% -
HSV(B) 350.53º 0.1% 0.75% -
XYZ 44.52 44.23 47.26 -
YUV 179.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 192 173 176 0 0.10 0.08 0.25 350.53 0.13 0.72
Hex C0 AD B0 0 A 8 19 15F D 48
Octal 300 255 260 0 12 10 31 537 15 110
Binary 11000000 10101101 10110000 0 1010 1000 11001 101011111 1101 1001000

Color Harmonies of #C0ADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADB0

Black with #C0ADB0

Text Example


Text Example

White with #C0ADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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