Html Css Color HEX #C29194 Careys Pink

📋 copy color: '#C29194'

red 194 ◦ green 145 ◦ blue 148

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

Shades of Careys Pink #C29194

Tints of Careys Pink #C29194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.39%

R = 39.84%
G = 29.77%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C29194 (or 0xC29194) is known color: Careys Pink. HEX triplet: C2, 91 and 94. RGB value is (194,145,148). Sum of RGB (Red+Green+Blue) = 194+145+148=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C29194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29194 is #3D6E6B. Grayscale: #A0A0A0. Windows color (decimal): -4025964 or 9736642. OLE color: 9736642.

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

Color convert

RGB 194 145 148 -
CMYK 0 0.25 0.24 0.24
HSL 356.33º 0.29% 0.66% -
HSV(B) 356.33º 0.25% 0.76% -
XYZ 37.72 33.86 32.56 -
YUV 159.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 194 145 148 0 0.25 0.24 0.24 356.33 0.29 0.66
Hex C2 91 94 0 19 18 18 164 1D 42
Octal 302 221 224 0 31 30 30 544 35 102
Binary 11000010 10010001 10010100 0 11001 11000 11000 101100100 11101 1000010

Color Harmonies of #C29194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29194

Black with #C29194

Text Example


Text Example

White with #C29194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29194; }

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

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

background-color css

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

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

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

border-color css

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

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

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