Html Css Color HEX #C28988 Oriental Pink

📋 copy color: '#C28988'

red 194 ◦ green 137 ◦ blue 136

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

Shades of Oriental Pink #C28988

Tints of Oriental Pink #C28988

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.34%

 BLUE value IS 136 (53.52% from 255) = 29.12%

R = 41.54%
G = 29.34%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C28988 (or 0xC28988) is known color: Oriental Pink. HEX triplet: C2, 89 and 88. RGB value is (194,137,136). Sum of RGB (Red+Green+Blue) = 194+137+136=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C28988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28988 is #3D7677. Grayscale: #999999. Windows color (decimal): -4028024 or 8948162. OLE color: 8948162.

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

Color convert

RGB 194 137 136 -
CMYK 0 0.29 0.30 0.24
HSL 1.03º 0.32% 0.65% -
HSV(B) 1.03º 0.3% 0.76% -
XYZ 35.64 31.14 27.42 -
YUV 153.93 117.88 156.58 -
System Red Green Blue C M Y K H S L
Decimal 194 137 136 0 0.29 0.30 0.24 1.03 0.32 0.65
Hex C2 89 88 0 1D 1E 18 1 20 41
Octal 302 211 210 0 35 36 30 1 40 101
Binary 11000010 10001001 10001000 0 11101 11110 11000 1 100000 1000001

Color Harmonies of #C28988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28988

Black with #C28988

Text Example


Text Example

White with #C28988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28988; }

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

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

background-color css

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

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

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

border-color css

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

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

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