Html Css Color HEX #C29DA5 Careys Pink

📋 copy color: '#C29DA5'

red 194 ◦ green 157 ◦ blue 165

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

Shades of Careys Pink #C29DA5

Tints of Careys Pink #C29DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.98%

R = 37.6%
G = 30.43%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C29DA5 (or 0xC29DA5) is known color: Careys Pink. HEX triplet: C2, 9D and A5. RGB value is (194,157,165). Sum of RGB (Red+Green+Blue) = 194+157+165=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29DA5 is #3D625A. Grayscale: #A8A8A8. Windows color (decimal): -4022875 or 10853826. OLE color: 10853826.

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

Color convert

RGB 194 157 165 -
CMYK 0 0.19 0.15 0.24
HSL 347.03º 0.23% 0.69% -
HSV(B) 347.03º 0.19% 0.76% -
XYZ 41.1 38.3 40.82 -
YUV 168.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 194 157 165 0 0.19 0.15 0.24 347.03 0.23 0.69
Hex C2 9D A5 0 13 F 18 15B 17 45
Octal 302 235 245 0 23 17 30 533 27 105
Binary 11000010 10011101 10100101 0 10011 1111 11000 101011011 10111 1000101

Color Harmonies of #C29DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29DA5

Black with #C29DA5

Text Example


Text Example

White with #C29DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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