Html Css Color HEX #C29287 Oriental Pink

📋 copy color: '#C29287'

red 194 ◦ green 146 ◦ blue 135

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

Shades of Oriental Pink #C29287

Tints of Oriental Pink #C29287

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.74%

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

R = 40.84%
G = 30.74%
B = 28.42%

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

#C29287 (or 0xC29287) is known color: Oriental Pink. HEX triplet: C2, 92 and 87. RGB value is (194,146,135). Sum of RGB (Red+Green+Blue) = 194+146+135=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C29287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29287 is #3D6D78. Grayscale: #9F9F9F. Windows color (decimal): -4025721 or 8884930. OLE color: 8884930.

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

Color convert

RGB 194 146 135 -
CMYK 0 0.25 0.30 0.24
HSL 11.19º 0.33% 0.65% -
HSV(B) 11.19º 0.3% 0.76% -
XYZ 36.9 33.78 27.5 -
YUV 159.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 194 146 135 0 0.25 0.30 0.24 11.19 0.33 0.65
Hex C2 92 87 0 19 1E 18 B 21 41
Octal 302 222 207 0 31 36 30 13 41 101
Binary 11000010 10010010 10000111 0 11001 11110 11000 1011 100001 1000001

Color Harmonies of #C29287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29287

Black with #C29287

Text Example


Text Example

White with #C29287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29287; }

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

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

background-color css

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

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

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

border-color css

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

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

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