Html Css Color HEX #C29AA3 Careys Pink

📋 copy color: '#C29AA3'

red 194 ◦ green 154 ◦ blue 163

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

Shades of Careys Pink #C29AA3

Tints of Careys Pink #C29AA3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.14%

 BLUE value IS 163 (64.06% from 255) = 31.9%

R = 37.96%
G = 30.14%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C29AA3 (or 0xC29AA3) is known color: Careys Pink. HEX triplet: C2, 9A and A3. RGB value is (194,154,163). Sum of RGB (Red+Green+Blue) = 194+154+163=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C29AA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29AA3 is #3D655C. Grayscale: #A6A6A6. Windows color (decimal): -4023645 or 10721986. OLE color: 10721986.

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

Color convert

RGB 194 154 163 -
CMYK 0 0.21 0.16 0.24
HSL 346.5º 0.25% 0.68% -
HSV(B) 346.5º 0.21% 0.76% -
XYZ 40.41 37.22 39.71 -
YUV 166.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 194 154 163 0 0.21 0.16 0.24 346.5 0.25 0.68
Hex C2 9A A3 0 15 10 18 15A 19 44
Octal 302 232 243 0 25 20 30 532 31 104
Binary 11000010 10011010 10100011 0 10101 10000 11000 101011010 11001 1000100

Color Harmonies of #C29AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29AA3

Black with #C29AA3

Text Example


Text Example

White with #C29AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29AA3; }

 p { color: rgb(194,154,163); }

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

background-color css

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

 a { background-color: rgb(194,154,163); }

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

border-color css

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

 span { border-color: rgb(194,154,163); }

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