Html Css Color HEX #C28980 Oriental Pink

📋 copy color: '#C28980'

red 194 ◦ green 137 ◦ blue 128

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

Shades of Oriental Pink #C28980

Tints of Oriental Pink #C28980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.89%

R = 42.27%
G = 29.85%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C28980 (or 0xC28980) is known color: Oriental Pink. HEX triplet: C2, 89 and 80. RGB value is (194,137,128). Sum of RGB (Red+Green+Blue) = 194+137+128=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C28980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28980 is #3D767F. Grayscale: #999999. Windows color (decimal): -4028032 or 8423874. OLE color: 8423874.

HSL color Cylindrical-coordinate representation of color #C28980: hue angle of 8.18º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C28980 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 137 128 -
CMYK 0 0.29 0.34 0.24
HSL 8.18º 0.35% 0.63% -
HSV(B) 8.18º 0.34% 0.76% -
XYZ 35.09 30.92 24.54 -
YUV 153.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 194 137 128 0 0.29 0.34 0.24 8.18 0.35 0.63
Hex C2 89 80 0 1D 22 18 8 23 3F
Octal 302 211 200 0 35 42 30 10 43 77
Binary 11000010 10001001 10000000 0 11101 100010 11000 1000 100011 111111

Color Harmonies of #C28980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28980

Black with #C28980

Text Example


Text Example

White with #C28980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28980; }

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

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

background-color css

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

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

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

border-color css

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

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

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