Html Css Color HEX #C28B86 Oriental Pink

📋 copy color: '#C28B86'

red 194 ◦ green 139 ◦ blue 134

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

Shades of Oriental Pink #C28B86

Tints of Oriental Pink #C28B86

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.76%

 BLUE value IS 134 (52.73% from 255) = 28.69%

R = 41.54%
G = 29.76%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C28B86 (or 0xC28B86) is known color: Oriental Pink. HEX triplet: C2, 8B and 86. RGB value is (194,139,134). Sum of RGB (Red+Green+Blue) = 194+139+134=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28B86 is #3D7479. Grayscale: #9A9A9A. Windows color (decimal): -4027514 or 8817602. OLE color: 8817602.

HSL color Cylindrical-coordinate representation of color #C28B86: hue angle of 5º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28B86 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 139 134 -
CMYK 0 0.28 0.31 0.24
HSL 0.33% 0.64% -
HSV(B) 0.31% 0.76% -
XYZ 35.78 31.66 26.78 -
YUV 154.88 116.22 155.91 -
System Red Green Blue C M Y K H S L
Decimal 194 139 134 0 0.28 0.31 0.24 5 0.33 0.64
Hex C2 8B 86 0 1C 1F 18 5 21 40
Octal 302 213 206 0 34 37 30 5 41 100
Binary 11000010 10001011 10000110 0 11100 11111 11000 101 100001 1000000

Color Harmonies of #C28B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28B86

Black with #C28B86

Text Example


Text Example

White with #C28B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28B86; }

 p { color: rgb(194,139,134); }

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

background-color css

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

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

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

border-color css

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

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

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