Html Css Color HEX #C29187 Oriental Pink

📋 copy color: '#C29187'

red 194 ◦ green 145 ◦ blue 135

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

Shades of Oriental Pink #C29187

Tints of Oriental Pink #C29187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.48%

R = 40.93%
G = 30.59%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C29187 (or 0xC29187) is known color: Oriental Pink. HEX triplet: C2, 91 and 87. RGB value is (194,145,135). Sum of RGB (Red+Green+Blue) = 194+145+135=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C29187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29187 is #3D6E78. Grayscale: #9E9E9E. Windows color (decimal): -4025977 or 8884674. OLE color: 8884674.

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

Color convert

RGB 194 145 135 -
CMYK 0 0.25 0.30 0.24
HSL 10.17º 0.33% 0.65% -
HSV(B) 10.17º 0.3% 0.76% -
XYZ 36.75 33.47 27.45 -
YUV 158.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 194 145 135 0 0.25 0.30 0.24 10.17 0.33 0.65
Hex C2 91 87 0 19 1E 18 A 21 41
Octal 302 221 207 0 31 36 30 12 41 101
Binary 11000010 10010001 10000111 0 11001 11110 11000 1010 100001 1000001

Color Harmonies of #C29187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29187

Black with #C29187

Text Example


Text Example

White with #C29187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29187; }

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

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

background-color css

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

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

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

border-color css

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

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

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