Html Css Color HEX #C29189 Oriental Pink

📋 copy color: '#C29189'

red 194 ◦ green 145 ◦ blue 137

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

Shades of Oriental Pink #C29189

Tints of Oriental Pink #C29189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.78%

R = 40.76%
G = 30.46%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C29189 (or 0xC29189) is known color: Oriental Pink. HEX triplet: C2, 91 and 89. RGB value is (194,145,137). Sum of RGB (Red+Green+Blue) = 194+145+137=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C29189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29189 is #3D6E76. Grayscale: #9E9E9E. Windows color (decimal): -4025975 or 9015746. OLE color: 9015746.

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

Color convert

RGB 194 145 137 -
CMYK 0 0.25 0.29 0.24
HSL 8.42º 0.32% 0.65% -
HSV(B) 8.42º 0.29% 0.76% -
XYZ 36.89 33.53 28.19 -
YUV 158.74 115.73 153.15 -
System Red Green Blue C M Y K H S L
Decimal 194 145 137 0 0.25 0.29 0.24 8.42 0.32 0.65
Hex C2 91 89 0 19 1D 18 8 20 41
Octal 302 221 211 0 31 35 30 10 40 101
Binary 11000010 10010001 10001001 0 11001 11101 11000 1000 100000 1000001

Color Harmonies of #C29189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29189

Black with #C29189

Text Example


Text Example

White with #C29189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29189; }

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

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

background-color css

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

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

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

border-color css

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

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

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