Html Css Color HEX #C2959A Careys Pink

📋 copy color: '#C2959A'

red 194 ◦ green 149 ◦ blue 154

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

Shades of Careys Pink #C2959A

Tints of Careys Pink #C2959A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.99%

R = 39.03%
G = 29.98%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2959A (or 0xC2959A) is known color: Careys Pink. HEX triplet: C2, 95 and 9A. RGB value is (194,149,154). Sum of RGB (Red+Green+Blue) = 194+149+154=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C2959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2959A is #3D6A65. Grayscale: #A3A3A3. Windows color (decimal): -4024934 or 10130882. OLE color: 10130882.

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

Color convert

RGB 194 149 154 -
CMYK 0 0.23 0.21 0.24
HSL 353.33º 0.27% 0.67% -
HSV(B) 353.33º 0.23% 0.76% -
XYZ 38.83 35.3 35.34 -
YUV 163.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 194 149 154 0 0.23 0.21 0.24 353.33 0.27 0.67
Hex C2 95 9A 0 17 15 18 161 1B 43
Octal 302 225 232 0 27 25 30 541 33 103
Binary 11000010 10010101 10011010 0 10111 10101 11000 101100001 11011 1000011

Color Harmonies of #C2959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2959A

Black with #C2959A

Text Example


Text Example

White with #C2959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2959A; }

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

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

background-color css

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

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

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

border-color css

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

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

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