Html Css Color HEX #C29CA1 Careys Pink

📋 copy color: '#C29CA1'

red 194 ◦ green 156 ◦ blue 161

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

Shades of Careys Pink #C29CA1

Tints of Careys Pink #C29CA1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.53%

 BLUE value IS 161 (63.28% from 255) = 31.51%

R = 37.96%
G = 30.53%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C29CA1 (or 0xC29CA1) is known color: Careys Pink. HEX triplet: C2, 9C and A1. RGB value is (194,156,161). Sum of RGB (Red+Green+Blue) = 194+156+161=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C29CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29CA1 is #3D635E. Grayscale: #A7A7A7. Windows color (decimal): -4023135 or 10591426. OLE color: 10591426.

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

Color convert

RGB 194 156 161 -
CMYK 0 0.20 0.17 0.24
HSL 352.11º 0.24% 0.69% -
HSV(B) 352.11º 0.2% 0.76% -
XYZ 40.57 37.82 38.88 -
YUV 167.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 194 156 161 0 0.20 0.17 0.24 352.11 0.24 0.69
Hex C2 9C A1 0 14 11 18 160 18 45
Octal 302 234 241 0 24 21 30 540 30 105
Binary 11000010 10011100 10100001 0 10100 10001 11000 101100000 11000 1000101

Color Harmonies of #C29CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29CA1

Black with #C29CA1

Text Example


Text Example

White with #C29CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29CA1; }

 p { color: rgb(194,156,161); }

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

background-color css

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

 a { background-color: rgb(194,156,161); }

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

border-color css

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

 span { border-color: rgb(194,156,161); }

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