Html Css Color HEX #C29192 Careys Pink

📋 copy color: '#C29192'

red 194 ◦ green 145 ◦ blue 146

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

Shades of Careys Pink #C29192

Tints of Careys Pink #C29192

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.9%

 BLUE value IS 146 (57.42% from 255) = 30.1%

R = 40%
G = 29.9%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C29192 (or 0xC29192) is known color: Careys Pink. HEX triplet: C2, 91 and 92. RGB value is (194,145,146). Sum of RGB (Red+Green+Blue) = 194+145+146=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C29192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29192 is #3D6E6D. Grayscale: #9F9F9F. Windows color (decimal): -4025966 or 9605570. OLE color: 9605570.

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

Color convert

RGB 194 145 146 -
CMYK 0 0.25 0.25 0.24
HSL 358.78º 0.29% 0.66% -
HSV(B) 358.78º 0.25% 0.76% -
XYZ 37.56 33.8 31.74 -
YUV 159.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 194 145 146 0 0.25 0.25 0.24 358.78 0.29 0.66
Hex C2 91 92 0 19 19 18 167 1D 42
Octal 302 221 222 0 31 31 30 547 35 102
Binary 11000010 10010001 10010010 0 11001 11001 11000 101100111 11101 1000010

Color Harmonies of #C29192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29192

Black with #C29192

Text Example


Text Example

White with #C29192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29192; }

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

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

background-color css

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

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

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

border-color css

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

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

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