Html Css Color HEX #C98B8A Oriental Pink

📋 copy color: '#C98B8A'

red 201 ◦ green 139 ◦ blue 138

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

Shades of Oriental Pink #C98B8A

Tints of Oriental Pink #C98B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.87%

R = 42.05%
G = 29.08%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C98B8A (or 0xC98B8A) is known color: Oriental Pink. HEX triplet: C9, 8B and 8A. RGB value is (201,139,138). Sum of RGB (Red+Green+Blue) = 201+139+138=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98B8A is #367475. Grayscale: #9D9D9D. Windows color (decimal): -3568758 or 9079753. OLE color: 9079753.

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

Color convert

RGB 201 139 138 -
CMYK 0 0.31 0.31 0.21
HSL 0.95º 0.37% 0.66% -
HSV(B) 0.95º 0.31% 0.79% -
XYZ 37.91 32.72 28.36 -
YUV 157.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 201 139 138 0 0.31 0.31 0.21 0.95 0.37 0.66
Hex C9 8B 8A 0 1F 1F 15 1 25 42
Octal 311 213 212 0 37 37 25 1 45 102
Binary 11001001 10001011 10001010 0 11111 11111 10101 1 100101 1000010

Color Harmonies of #C98B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98B8A

Black with #C98B8A

Text Example


Text Example

White with #C98B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98B8A; }

 p { color: rgb(201,139,138); }

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

background-color css

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

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

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

border-color css

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

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

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