Html Css Color HEX #C19C9F Careys Pink

📋 copy color: '#C19C9F'

red 193 ◦ green 156 ◦ blue 159

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

Shades of Careys Pink #C19C9F

Tints of Careys Pink #C19C9F

RGB

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

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

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

R = 37.99%
G = 30.71%
B = 31.3%

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

#C19C9F (or 0xC19C9F) is known color: Careys Pink. HEX triplet: C1, 9C and 9F. RGB value is (193,156,159). Sum of RGB (Red+Green+Blue) = 193+156+159=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19C9F is #3E6360. Grayscale: #A7A7A7. Windows color (decimal): -4088673 or 10460353. OLE color: 10460353.

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

Color convert

RGB 193 156 159 -
CMYK 0 0.19 0.18 0.24
HSL 355.14º 0.23% 0.68% -
HSV(B) 355.14º 0.19% 0.76% -
XYZ 40.14 37.62 37.95 -
YUV 167.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 193 156 159 0 0.19 0.18 0.24 355.14 0.23 0.68
Hex C1 9C 9F 0 13 12 18 163 17 44
Octal 301 234 237 0 23 22 30 543 27 104
Binary 11000001 10011100 10011111 0 10011 10010 11000 101100011 10111 1000100

Color Harmonies of #C19C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19C9F

Black with #C19C9F

Text Example


Text Example

White with #C19C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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