Html Css Color HEX #C98D8D Oriental Pink

📋 copy color: '#C98D8D'

red 201 ◦ green 141 ◦ blue 141

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

Shades of Oriental Pink #C98D8D

Tints of Oriental Pink #C98D8D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.19%

 BLUE value IS 141 (55.47% from 255) = 29.19%

R = 41.61%
G = 29.19%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C98D8D (or 0xC98D8D) is known color: Oriental Pink. HEX triplet: C9, 8D and 8D. RGB value is (201,141,141). Sum of RGB (Red+Green+Blue) = 201+141+141=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98D8D is #367272. Grayscale: #9F9F9F. Windows color (decimal): -3568243 or 9276873. OLE color: 9276873.

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

Color convert

RGB 201 141 141 -
CMYK 0 0.30 0.30 0.21
HSL 0.36% 0.67% -
HSV(B) 0.3% 0.79% -
XYZ 38.42 33.39 29.62 -
YUV 158.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 201 141 141 0 0.30 0.30 0.21 0 0.36 0.67
Hex C9 8D 8D 0 1E 1E 15 0 24 43
Octal 311 215 215 0 36 36 25 0 44 103
Binary 11001001 10001101 10001101 0 11110 11110 10101 0 100100 1000011

Color Harmonies of #C98D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98D8D

Black with #C98D8D

Text Example


Text Example

White with #C98D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98D8D; }

 p { color: rgb(201,141,141); }

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

background-color css

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

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

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

border-color css

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

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

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