Html Css Color HEX #C0ABB0 Careys Pink

📋 copy color: '#C0ABB0'

red 192 ◦ green 171 ◦ blue 176

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

Shades of Careys Pink #C0ABB0

Tints of Careys Pink #C0ABB0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.73%

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

R = 35.62%
G = 31.73%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C0ABB0 (or 0xC0ABB0) is known color: Careys Pink. HEX triplet: C0, AB and B0. RGB value is (192,171,176). Sum of RGB (Red+Green+Blue) = 192+171+176=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ABB0 is #3F544F. Grayscale: #B1B1B1. Windows color (decimal): -4150352 or 11578304. OLE color: 11578304.

HSL color Cylindrical-coordinate representation of color #C0ABB0: hue angle of 345.71º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0ABB0 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 171 176 -
CMYK 0 0.11 0.08 0.25
HSL 345.71º 0.14% 0.71% -
HSV(B) 345.71º 0.11% 0.75% -
XYZ 44.14 43.47 47.14 -
YUV 177.85 126.96 138.09 -
System Red Green Blue C M Y K H S L
Decimal 192 171 176 0 0.11 0.08 0.25 345.71 0.14 0.71
Hex C0 AB B0 0 B 8 19 15A E 47
Octal 300 253 260 0 13 10 31 532 16 107
Binary 11000000 10101011 10110000 0 1011 1000 11001 101011010 1110 1000111

Color Harmonies of #C0ABB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABB0

Black with #C0ABB0

Text Example


Text Example

White with #C0ABB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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