Html Css Color HEX #C29DA7 Careys Pink

📋 copy color: '#C29DA7'

red 194 ◦ green 157 ◦ blue 167

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

Shades of Careys Pink #C29DA7

Tints of Careys Pink #C29DA7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.31%

 BLUE value IS 167 (65.63% from 255) = 32.24%

R = 37.45%
G = 30.31%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C29DA7 (or 0xC29DA7) is known color: Careys Pink. HEX triplet: C2, 9D and A7. RGB value is (194,157,167). Sum of RGB (Red+Green+Blue) = 194+157+167=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29DA7 is #3D6258. Grayscale: #A9A9A9. Windows color (decimal): -4022873 or 10984898. OLE color: 10984898.

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

Color convert

RGB 194 157 167 -
CMYK 0 0.19 0.14 0.24
HSL 343.78º 0.23% 0.69% -
HSV(B) 343.78º 0.19% 0.76% -
XYZ 41.28 38.37 41.79 -
YUV 169.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 194 157 167 0 0.19 0.14 0.24 343.78 0.23 0.69
Hex C2 9D A7 0 13 E 18 158 17 45
Octal 302 235 247 0 23 16 30 530 27 105
Binary 11000010 10011101 10100111 0 10011 1110 11000 101011000 10111 1000101

Color Harmonies of #C29DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29DA7

Black with #C29DA7

Text Example


Text Example

White with #C29DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29DA7; }

 p { color: rgb(194,157,167); }

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

background-color css

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

 a { background-color: rgb(194,157,167); }

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

border-color css

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

 span { border-color: rgb(194,157,167); }

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