Html Css Color HEX #C29195 Careys Pink

📋 copy color: '#C29195'

red 194 ◦ green 145 ◦ blue 149

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

Shades of Careys Pink #C29195

Tints of Careys Pink #C29195

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.71%

 BLUE value IS 149 (58.59% from 255) = 30.53%

R = 39.75%
G = 29.71%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C29195 (or 0xC29195) is known color: Careys Pink. HEX triplet: C2, 91 and 95. RGB value is (194,145,149). Sum of RGB (Red+Green+Blue) = 194+145+149=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C29195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29195 is #3D6E6A. Grayscale: #A0A0A0. Windows color (decimal): -4025963 or 9802178. OLE color: 9802178.

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

Color convert

RGB 194 145 149 -
CMYK 0 0.25 0.23 0.24
HSL 355.1º 0.29% 0.66% -
HSV(B) 355.1º 0.25% 0.76% -
XYZ 37.8 33.89 32.98 -
YUV 160.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 194 145 149 0 0.25 0.23 0.24 355.1 0.29 0.66
Hex C2 91 95 0 19 17 18 163 1D 42
Octal 302 221 225 0 31 27 30 543 35 102
Binary 11000010 10010001 10010101 0 11001 10111 11000 101100011 11101 1000010

Color Harmonies of #C29195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29195

Black with #C29195

Text Example


Text Example

White with #C29195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29195; }

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

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

background-color css

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

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

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

border-color css

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

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

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