Html Css Color HEX #C19CA6 Careys Pink

📋 copy color: '#C19CA6'

red 193 ◦ green 156 ◦ blue 166

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

Shades of Careys Pink #C19CA6

Tints of Careys Pink #C19CA6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.29%

 BLUE value IS 166 (65.23% from 255) = 32.23%

R = 37.48%
G = 30.29%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C19CA6 (or 0xC19CA6) is known color: Careys Pink. HEX triplet: C1, 9C and A6. RGB value is (193,156,166). Sum of RGB (Red+Green+Blue) = 193+156+166=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 193 - color contains mainly: red. Hex color #C19CA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19CA6 is #3E6359. Grayscale: #A8A8A8. Windows color (decimal): -4088666 or 10919105. OLE color: 10919105.

HSL color Cylindrical-coordinate representation of color #C19CA6: hue angle of 343.78º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C19CA6 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 156 166 -
CMYK 0 0.19 0.14 0.24
HSL 343.78º 0.23% 0.68% -
HSV(B) 343.78º 0.19% 0.76% -
XYZ 40.76 37.87 41.24 -
YUV 168.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 193 156 166 0 0.19 0.14 0.24 343.78 0.23 0.68
Hex C1 9C A6 0 13 E 18 158 17 44
Octal 301 234 246 0 23 16 30 530 27 104
Binary 11000001 10011100 10100110 0 10011 1110 11000 101011000 10111 1000100

Color Harmonies of #C19CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19CA6

Black with #C19CA6

Text Example


Text Example

White with #C19CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19CA6; }

 p { color: rgb(193,156,166); }

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

background-color css

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

 a { background-color: rgb(193,156,166); }

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

border-color css

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

 span { border-color: rgb(193,156,166); }

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