Html Css Color HEX #C98E80 Oriental Pink

📋 copy color: '#C98E80'

red 201 ◦ green 142 ◦ blue 128

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

Shades of Oriental Pink #C98E80

Tints of Oriental Pink #C98E80

RGB

 RED value IS 201 (78.91% from 255) = 42.68%

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

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

R = 42.68%
G = 30.15%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C98E80 (or 0xC98E80) is known color: Oriental Pink. HEX triplet: C9, 8E and 80. RGB value is (201,142,128). Sum of RGB (Red+Green+Blue) = 201+142+128=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98E80 is #36717F. Grayscale: #9E9E9E. Windows color (decimal): -3568000 or 8425161. OLE color: 8425161.

HSL color Cylindrical-coordinate representation of color #C98E80: hue angle of 11.51º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C98E80 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 142 128 -
CMYK 0 0.29 0.36 0.21
HSL 11.51º 0.4% 0.65% -
HSV(B) 11.51º 0.36% 0.79% -
XYZ 37.66 33.32 24.87 -
YUV 158.05 111.05 158.64 -
System Red Green Blue C M Y K H S L
Decimal 201 142 128 0 0.29 0.36 0.21 11.51 0.4 0.65
Hex C9 8E 80 0 1D 24 15 C 28 41
Octal 311 216 200 0 35 44 25 14 50 101
Binary 11001001 10001110 10000000 0 11101 100100 10101 1100 101000 1000001

Color Harmonies of #C98E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98E80

Black with #C98E80

Text Example


Text Example

White with #C98E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98E80; }

 p { color: rgb(201,142,128); }

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

background-color css

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

 a { background-color: rgb(201,142,128); }

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

border-color css

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

 span { border-color: rgb(201,142,128); }

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