Html Css Color HEX #C29FA8 Careys Pink

📋 copy color: '#C29FA8'

red 194 ◦ green 159 ◦ blue 168

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

Shades of Careys Pink #C29FA8

Tints of Careys Pink #C29FA8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.52%

 BLUE value IS 168 (66.02% from 255) = 32.25%

R = 37.24%
G = 30.52%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C29FA8 (or 0xC29FA8) is known color: Careys Pink. HEX triplet: C2, 9F and A8. RGB value is (194,159,168). Sum of RGB (Red+Green+Blue) = 194+159+168=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29FA8 is #3D6057. Grayscale: #AAAAAA. Windows color (decimal): -4022360 or 11050946. OLE color: 11050946.

HSL color Cylindrical-coordinate representation of color #C29FA8: hue angle of 344.57º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C29FA8 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 159 168 -
CMYK 0 0.18 0.13 0.24
HSL 344.57º 0.22% 0.69% -
HSV(B) 344.57º 0.18% 0.76% -
XYZ 41.71 39.09 42.39 -
YUV 170.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 194 159 168 0 0.18 0.13 0.24 344.57 0.22 0.69
Hex C2 9F A8 0 12 D 18 159 16 45
Octal 302 237 250 0 22 15 30 531 26 105
Binary 11000010 10011111 10101000 0 10010 1101 11000 101011001 10110 1000101

Color Harmonies of #C29FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29FA8

Black with #C29FA8

Text Example


Text Example

White with #C29FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29FA8; }

 p { color: rgb(194,159,168); }

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

background-color css

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

 a { background-color: rgb(194,159,168); }

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

border-color css

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

 span { border-color: rgb(194,159,168); }

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