Html Css Color HEX #C29396 Careys Pink

📋 copy color: '#C29396'

red 194 ◦ green 147 ◦ blue 150

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

Shades of Careys Pink #C29396

Tints of Careys Pink #C29396

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.94%

 BLUE value IS 150 (58.98% from 255) = 30.55%

R = 39.51%
G = 29.94%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C29396 (or 0xC29396) is known color: Careys Pink. HEX triplet: C2, 93 and 96. RGB value is (194,147,150). Sum of RGB (Red+Green+Blue) = 194+147+150=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C29396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29396 is #3D6C69. Grayscale: #A1A1A1. Windows color (decimal): -4025450 or 9868226. OLE color: 9868226.

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

Color convert

RGB 194 147 150 -
CMYK 0 0.24 0.23 0.24
HSL 356.17º 0.28% 0.67% -
HSV(B) 356.17º 0.24% 0.76% -
XYZ 38.19 34.54 33.51 -
YUV 161.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 194 147 150 0 0.24 0.23 0.24 356.17 0.28 0.67
Hex C2 93 96 0 18 17 18 164 1C 43
Octal 302 223 226 0 30 27 30 544 34 103
Binary 11000010 10010011 10010110 0 11000 10111 11000 101100100 11100 1000011

Color Harmonies of #C29396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29396

Black with #C29396

Text Example


Text Example

White with #C29396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29396; }

 p { color: rgb(194,147,150); }

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

background-color css

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

 a { background-color: rgb(194,147,150); }

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

border-color css

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

 span { border-color: rgb(194,147,150); }

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