Html Css Color HEX #C29B9E Careys Pink

📋 copy color: '#C29B9E'

red 194 ◦ green 155 ◦ blue 158

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

Shades of Careys Pink #C29B9E

Tints of Careys Pink #C29B9E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.57%

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

R = 38.26%
G = 30.57%
B = 31.16%

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

#C29B9E (or 0xC29B9E) is known color: Careys Pink. HEX triplet: C2, 9B and 9E. RGB value is (194,155,158). Sum of RGB (Red+Green+Blue) = 194+155+158=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29B9E is #3D6461. Grayscale: #A7A7A7. Windows color (decimal): -4023394 or 10394562. OLE color: 10394562.

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

Color convert

RGB 194 155 158 -
CMYK 0 0.20 0.19 0.24
HSL 355.38º 0.24% 0.68% -
HSV(B) 355.38º 0.2% 0.76% -
XYZ 40.14 37.38 37.45 -
YUV 167 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 194 155 158 0 0.20 0.19 0.24 355.38 0.24 0.68
Hex C2 9B 9E 0 14 13 18 163 18 44
Octal 302 233 236 0 24 23 30 543 30 104
Binary 11000010 10011011 10011110 0 10100 10011 11000 101100011 11000 1000100

Color Harmonies of #C29B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B9E

Black with #C29B9E

Text Example


Text Example

White with #C29B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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