Html Css Color HEX #C28888 Oriental Pink

📋 copy color: '#C28888'

red 194 ◦ green 136 ◦ blue 136

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

Shades of Oriental Pink #C28888

Tints of Oriental Pink #C28888

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.18%

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

R = 41.63%
G = 29.18%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C28888 (or 0xC28888) is known color: Oriental Pink. HEX triplet: C2, 88 and 88. RGB value is (194,136,136). Sum of RGB (Red+Green+Blue) = 194+136+136=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C28888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28888 is #3D7777. Grayscale: #999999. Windows color (decimal): -4028280 or 8947906. OLE color: 8947906.

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

Color convert

RGB 194 136 136 -
CMYK 0 0.30 0.30 0.24
HSL 0.32% 0.65% -
HSV(B) 0.3% 0.76% -
XYZ 35.5 30.86 27.38 -
YUV 153.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 194 136 136 0 0.30 0.30 0.24 0 0.32 0.65
Hex C2 88 88 0 1E 1E 18 0 20 41
Octal 302 210 210 0 36 36 30 0 40 101
Binary 11000010 10001000 10001000 0 11110 11110 11000 0 100000 1000001

Color Harmonies of #C28888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28888

Black with #C28888

Text Example


Text Example

White with #C28888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28888; }

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

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

background-color css

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

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

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

border-color css

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

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

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