Html Css Color HEX #C29295 Careys Pink

📋 copy color: '#C29295'

red 194 ◦ green 146 ◦ blue 149

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

Shades of Careys Pink #C29295

Tints of Careys Pink #C29295

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.86%

 BLUE value IS 149 (58.59% from 255) = 30.47%

R = 39.67%
G = 29.86%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C29295 (or 0xC29295) is known color: Careys Pink. HEX triplet: C2, 92 and 95. RGB value is (194,146,149). Sum of RGB (Red+Green+Blue) = 194+146+149=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C29295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29295 is #3D6D6A. Grayscale: #A0A0A0. Windows color (decimal): -4025707 or 9802434. OLE color: 9802434.

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

Color convert

RGB 194 146 149 -
CMYK 0 0.25 0.23 0.24
HSL 356.25º 0.28% 0.67% -
HSV(B) 356.25º 0.25% 0.76% -
XYZ 37.95 34.2 33.03 -
YUV 160.69 121.4 151.76 -
System Red Green Blue C M Y K H S L
Decimal 194 146 149 0 0.25 0.23 0.24 356.25 0.28 0.67
Hex C2 92 95 0 19 17 18 164 1C 43
Octal 302 222 225 0 31 27 30 544 34 103
Binary 11000010 10010010 10010101 0 11001 10111 11000 101100100 11100 1000011

Color Harmonies of #C29295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29295

Black with #C29295

Text Example


Text Example

White with #C29295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29295; }

 p { color: rgb(194,146,149); }

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

background-color css

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

 a { background-color: rgb(194,146,149); }

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

border-color css

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

 span { border-color: rgb(194,146,149); }

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