Html Css Color HEX #C28E8B Oriental Pink

📋 copy color: '#C28E8B'

red 194 ◦ green 142 ◦ blue 139

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

Shades of Oriental Pink #C28E8B

Tints of Oriental Pink #C28E8B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.89%

 BLUE value IS 139 (54.69% from 255) = 29.26%

R = 40.84%
G = 29.89%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C28E8B (or 0xC28E8B) is known color: Oriental Pink. HEX triplet: C2, 8E and 8B. RGB value is (194,142,139). Sum of RGB (Red+Green+Blue) = 194+142+139=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28E8B is #3D7174. Grayscale: #9D9D9D. Windows color (decimal): -4026741 or 9146050. OLE color: 9146050.

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

Color convert

RGB 194 142 139 -
CMYK 0 0.27 0.28 0.24
HSL 3.27º 0.31% 0.65% -
HSV(B) 3.27º 0.28% 0.76% -
XYZ 36.58 32.68 28.81 -
YUV 157.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 194 142 139 0 0.27 0.28 0.24 3.27 0.31 0.65
Hex C2 8E 8B 0 1B 1C 18 3 1F 41
Octal 302 216 213 0 33 34 30 3 37 101
Binary 11000010 10001110 10001011 0 11011 11100 11000 11 11111 1000001

Color Harmonies of #C28E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28E8B

Black with #C28E8B

Text Example


Text Example

White with #C28E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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