Html Css Color HEX #C19C9E Careys Pink

📋 copy color: '#C19C9E'

red 193 ◦ green 156 ◦ blue 158

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

Shades of Careys Pink #C19C9E

Tints of Careys Pink #C19C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.16%

R = 38.07%
G = 30.77%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C19C9E (or 0xC19C9E) is known color: Careys Pink. HEX triplet: C1, 9C and 9E. RGB value is (193,156,158). Sum of RGB (Red+Green+Blue) = 193+156+158=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19C9E is #3E6361. Grayscale: #A7A7A7. Windows color (decimal): -4088674 or 10394817. OLE color: 10394817.

HSL color Cylindrical-coordinate representation of color #C19C9E: hue angle of 356.76º 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 #C19C9E is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 156 158 -
CMYK 0 0.19 0.18 0.24
HSL 356.76º 0.23% 0.68% -
HSV(B) 356.76º 0.19% 0.76% -
XYZ 40.05 37.58 37.49 -
YUV 167.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 193 156 158 0 0.19 0.18 0.24 356.76 0.23 0.68
Hex C1 9C 9E 0 13 12 18 165 17 44
Octal 301 234 236 0 23 22 30 545 27 104
Binary 11000001 10011100 10011110 0 10011 10010 11000 101100101 10111 1000100

Color Harmonies of #C19C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19C9E

Black with #C19C9E

Text Example


Text Example

White with #C19C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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