Html Css Color HEX #C2949B Careys Pink

📋 copy color: '#C2949B'

red 194 ◦ green 148 ◦ blue 155

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

Shades of Careys Pink #C2949B

Tints of Careys Pink #C2949B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.78%

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

R = 39.03%
G = 29.78%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2949B (or 0xC2949B) is known color: Careys Pink. HEX triplet: C2, 94 and 9B. RGB value is (194,148,155). Sum of RGB (Red+Green+Blue) = 194+148+155=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C2949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2949B is #3D6B64. Grayscale: #A2A2A2. Windows color (decimal): -4025189 or 10196162. OLE color: 10196162.

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

Color convert

RGB 194 148 155 -
CMYK 0 0.24 0.20 0.24
HSL 350.87º 0.27% 0.67% -
HSV(B) 350.87º 0.24% 0.76% -
XYZ 38.75 35.02 35.73 -
YUV 162.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 194 148 155 0 0.24 0.20 0.24 350.87 0.27 0.67
Hex C2 94 9B 0 18 14 18 15F 1B 43
Octal 302 224 233 0 30 24 30 537 33 103
Binary 11000010 10010100 10011011 0 11000 10100 11000 101011111 11011 1000011

Color Harmonies of #C2949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2949B

Black with #C2949B

Text Example


Text Example

White with #C2949B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2949B; }

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

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

background-color css

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

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

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

border-color css

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

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

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