Html Css Color HEX #C29C9D Careys Pink

📋 copy color: '#C29C9D'

red 194 ◦ green 156 ◦ blue 157

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

Shades of Careys Pink #C29C9D

Tints of Careys Pink #C29C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.97%

R = 38.26%
G = 30.77%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C29C9D (or 0xC29C9D) is known color: Careys Pink. HEX triplet: C2, 9C and 9D. RGB value is (194,156,157). Sum of RGB (Red+Green+Blue) = 194+156+157=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29C9D is #3D6362. Grayscale: #A7A7A7. Windows color (decimal): -4023139 or 10329282. OLE color: 10329282.

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

Color convert

RGB 194 156 157 -
CMYK 0 0.20 0.19 0.24
HSL 358.42º 0.24% 0.69% -
HSV(B) 358.42º 0.2% 0.76% -
XYZ 40.22 37.68 37.05 -
YUV 167.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 194 156 157 0 0.20 0.19 0.24 358.42 0.24 0.69
Hex C2 9C 9D 0 14 13 18 166 18 45
Octal 302 234 235 0 24 23 30 546 30 105
Binary 11000010 10011100 10011101 0 10100 10011 11000 101100110 11000 1000101

Color Harmonies of #C29C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29C9D

Black with #C29C9D

Text Example


Text Example

White with #C29C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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