Html Css Color HEX #C29094 Careys Pink

📋 copy color: '#C29094'

red 194 ◦ green 144 ◦ blue 148

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

Shades of Careys Pink #C29094

Tints of Careys Pink #C29094

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.63%

 BLUE value IS 148 (58.2% from 255) = 30.45%

R = 39.92%
G = 29.63%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C29094 (or 0xC29094) is known color: Careys Pink. HEX triplet: C2, 90 and 94. RGB value is (194,144,148). Sum of RGB (Red+Green+Blue) = 194+144+148=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C29094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29094 is #3D6F6B. Grayscale: #9F9F9F. Windows color (decimal): -4026220 or 9736386. OLE color: 9736386.

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

Color convert

RGB 194 144 148 -
CMYK 0 0.26 0.24 0.24
HSL 355.2º 0.29% 0.66% -
HSV(B) 355.2º 0.26% 0.76% -
XYZ 37.57 33.55 32.51 -
YUV 159.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 194 144 148 0 0.26 0.24 0.24 355.2 0.29 0.66
Hex C2 90 94 0 1A 18 18 163 1D 42
Octal 302 220 224 0 32 30 30 543 35 102
Binary 11000010 10010000 10010100 0 11010 11000 11000 101100011 11101 1000010

Color Harmonies of #C29094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29094

Black with #C29094

Text Example


Text Example

White with #C29094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29094; }

 p { color: rgb(194,144,148); }

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

background-color css

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

 a { background-color: rgb(194,144,148); }

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

border-color css

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

 span { border-color: rgb(194,144,148); }

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