Html Css Color HEX #C2959B Careys Pink

📋 copy color: '#C2959B'

red 194 ◦ green 149 ◦ blue 155

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

Shades of Careys Pink #C2959B

Tints of Careys Pink #C2959B

RGB

 RED value IS 194 (76.17% from 255) = 38.96%

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

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

R = 38.96%
G = 29.92%
B = 31.12%

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

#C2959B (or 0xC2959B) is known color: Careys Pink. HEX triplet: C2, 95 and 9B. RGB value is (194,149,155). Sum of RGB (Red+Green+Blue) = 194+149+155=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C2959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2959B is #3D6A64. Grayscale: #A3A3A3. Windows color (decimal): -4024933 or 10196418. OLE color: 10196418.

HSL color Cylindrical-coordinate representation of color #C2959B: hue angle of 352º degrees, saturation: 0.27, 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 #C2959B is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 149 155 -
CMYK 0 0.23 0.20 0.24
HSL 352º 0.27% 0.67% -
HSV(B) 352º 0.23% 0.76% -
XYZ 38.91 35.33 35.78 -
YUV 163.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 194 149 155 0 0.23 0.20 0.24 352 0.27 0.67
Hex C2 95 9B 0 17 14 18 160 1B 43
Octal 302 225 233 0 27 24 30 540 33 103
Binary 11000010 10010101 10011011 0 10111 10100 11000 101100000 11011 1000011

Color Harmonies of #C2959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2959B

Black with #C2959B

Text Example


Text Example

White with #C2959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2959B; }

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

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

background-color css

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

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

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

border-color css

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

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

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