Html Css Color HEX #C29A9E Careys Pink

📋 copy color: '#C29A9E'

red 194 ◦ green 154 ◦ blue 158

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

Shades of Careys Pink #C29A9E

Tints of Careys Pink #C29A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.23%

R = 38.34%
G = 30.43%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C29A9E (or 0xC29A9E) is known color: Careys Pink. HEX triplet: C2, 9A and 9E. RGB value is (194,154,158). Sum of RGB (Red+Green+Blue) = 194+154+158=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29A9E is #3D6561. Grayscale: #A6A6A6. Windows color (decimal): -4023650 or 10394306. OLE color: 10394306.

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

Color convert

RGB 194 154 158 -
CMYK 0 0.21 0.19 0.24
HSL 354º 0.25% 0.68% -
HSV(B) 354º 0.21% 0.76% -
XYZ 39.98 37.05 37.39 -
YUV 166.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 194 154 158 0 0.21 0.19 0.24 354 0.25 0.68
Hex C2 9A 9E 0 15 13 18 162 19 44
Octal 302 232 236 0 25 23 30 542 31 104
Binary 11000010 10011010 10011110 0 10101 10011 11000 101100010 11001 1000100

Color Harmonies of #C29A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A9E

Black with #C29A9E

Text Example


Text Example

White with #C29A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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