Html Css Color HEX #C19E9F Careys Pink

📋 copy color: '#C19E9F'

red 193 ◦ green 158 ◦ blue 159

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

Shades of Careys Pink #C19E9F

Tints of Careys Pink #C19E9F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.98%

 BLUE value IS 159 (62.5% from 255) = 31.18%

R = 37.84%
G = 30.98%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C19E9F (or 0xC19E9F) is known color: Careys Pink. HEX triplet: C1, 9E and 9F. RGB value is (193,158,159). Sum of RGB (Red+Green+Blue) = 193+158+159=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19E9F is #3E6160. Grayscale: #A8A8A8. Windows color (decimal): -4088161 or 10460865. OLE color: 10460865.

HSL color Cylindrical-coordinate representation of color #C19E9F: hue angle of 358.29º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C19E9F is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 158 159 -
CMYK 0 0.18 0.18 0.24
HSL 358.29º 0.22% 0.69% -
HSV(B) 358.29º 0.18% 0.76% -
XYZ 40.48 38.29 38.06 -
YUV 168.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 193 158 159 0 0.18 0.18 0.24 358.29 0.22 0.69
Hex C1 9E 9F 0 12 12 18 166 16 45
Octal 301 236 237 0 22 22 30 546 26 105
Binary 11000001 10011110 10011111 0 10010 10010 11000 101100110 10110 1000101

Color Harmonies of #C19E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19E9F

Black with #C19E9F

Text Example


Text Example

White with #C19E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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