Html Css Color HEX #C1959B Careys Pink

📋 copy color: '#C1959B'

red 193 ◦ green 149 ◦ blue 155

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

Shades of Careys Pink #C1959B

Tints of Careys Pink #C1959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.98%

 BLUE value IS 155 (60.94% from 255) = 31.19%

R = 38.83%
G = 29.98%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1959B (or 0xC1959B) is known color: Careys Pink. HEX triplet: C1, 95 and 9B. RGB value is (193,149,155). Sum of RGB (Red+Green+Blue) = 193+149+155=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C1959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1959B is #3E6A64. Grayscale: #A2A2A2. Windows color (decimal): -4090469 or 10196417. OLE color: 10196417.

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

Color convert

RGB 193 149 155 -
CMYK 0 0.23 0.20 0.24
HSL 351.82º 0.26% 0.67% -
HSV(B) 351.82º 0.23% 0.76% -
XYZ 38.66 35.2 35.77 -
YUV 162.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 193 149 155 0 0.23 0.20 0.24 351.82 0.26 0.67
Hex C1 95 9B 0 17 14 18 160 1A 43
Octal 301 225 233 0 27 24 30 540 32 103
Binary 11000001 10010101 10011011 0 10111 10100 11000 101100000 11010 1000011

Color Harmonies of #C1959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1959B

Black with #C1959B

Text Example


Text Example

White with #C1959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1959B; }

 p { color: rgb(193,149,155); }

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

background-color css

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

 a { background-color: rgb(193,149,155); }

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

border-color css

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

 span { border-color: rgb(193,149,155); }

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