Html Css Color HEX #C29FAA Careys Pink

📋 copy color: '#C29FAA'

red 194 ◦ green 159 ◦ blue 170

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

Shades of Careys Pink #C29FAA

Tints of Careys Pink #C29FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.5%

R = 37.09%
G = 30.4%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C29FAA (or 0xC29FAA) is known color: Careys Pink. HEX triplet: C2, 9F and AA. RGB value is (194,159,170). Sum of RGB (Red+Green+Blue) = 194+159+170=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29FAA is #3D6055. Grayscale: #AAAAAA. Windows color (decimal): -4022358 or 11182018. OLE color: 11182018.

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

Color convert

RGB 194 159 170 -
CMYK 0 0.18 0.12 0.24
HSL 341.14º 0.22% 0.69% -
HSV(B) 341.14º 0.18% 0.76% -
XYZ 41.9 39.17 43.38 -
YUV 170.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 194 159 170 0 0.18 0.12 0.24 341.14 0.22 0.69
Hex C2 9F AA 0 12 C 18 155 16 45
Octal 302 237 252 0 22 14 30 525 26 105
Binary 11000010 10011111 10101010 0 10010 1100 11000 101010101 10110 1000101

Color Harmonies of #C29FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29FAA

Black with #C29FAA

Text Example


Text Example

White with #C29FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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