Html Css Color HEX #C1999D Careys Pink

📋 copy color: '#C1999D'

red 193 ◦ green 153 ◦ blue 157

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

Shades of Careys Pink #C1999D

Tints of Careys Pink #C1999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.42%

 BLUE value IS 157 (61.72% from 255) = 31.21%

R = 38.37%
G = 30.42%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1999D (or 0xC1999D) is known color: Careys Pink. HEX triplet: C1, 99 and 9D. RGB value is (193,153,157). Sum of RGB (Red+Green+Blue) = 193+153+157=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C1999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1999D is #3E6662. Grayscale: #A5A5A5. Windows color (decimal): -4089443 or 10328513. OLE color: 10328513.

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

Color convert

RGB 193 153 157 -
CMYK 0 0.21 0.19 0.24
HSL 354º 0.24% 0.68% -
HSV(B) 354º 0.21% 0.76% -
XYZ 39.47 36.55 36.87 -
YUV 165.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 193 153 157 0 0.21 0.19 0.24 354 0.24 0.68
Hex C1 99 9D 0 15 13 18 162 18 44
Octal 301 231 235 0 25 23 30 542 30 104
Binary 11000001 10011001 10011101 0 10101 10011 11000 101100010 11000 1000100

Color Harmonies of #C1999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1999D

Black with #C1999D

Text Example


Text Example

White with #C1999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1999D; }

 p { color: rgb(193,153,157); }

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

background-color css

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

 a { background-color: rgb(193,153,157); }

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

border-color css

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

 span { border-color: rgb(193,153,157); }

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