Html Css Color HEX #C29395 Careys Pink

📋 copy color: '#C29395'

red 194 ◦ green 147 ◦ blue 149

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

Shades of Careys Pink #C29395

Tints of Careys Pink #C29395

RGB

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

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

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

R = 39.59%
G = 30%
B = 30.41%

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

#C29395 (or 0xC29395) is known color: Careys Pink. HEX triplet: C2, 93 and 95. RGB value is (194,147,149). Sum of RGB (Red+Green+Blue) = 194+147+149=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C29395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29395 is #3D6C6A. Grayscale: #A1A1A1. Windows color (decimal): -4025451 or 9802690. OLE color: 9802690.

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

Color convert

RGB 194 147 149 -
CMYK 0 0.24 0.23 0.24
HSL 357.45º 0.28% 0.67% -
HSV(B) 357.45º 0.24% 0.76% -
XYZ 38.11 34.51 33.09 -
YUV 161.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 194 147 149 0 0.24 0.23 0.24 357.45 0.28 0.67
Hex C2 93 95 0 18 17 18 165 1C 43
Octal 302 223 225 0 30 27 30 545 34 103
Binary 11000010 10010011 10010101 0 11000 10111 11000 101100101 11100 1000011

Color Harmonies of #C29395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29395

Black with #C29395

Text Example


Text Example

White with #C29395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29395; }

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

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

background-color css

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

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

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

border-color css

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

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

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