Html Css Color HEX #C98A8A Oriental Pink

📋 copy color: '#C98A8A'

red 201 ◦ green 138 ◦ blue 138

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

Shades of Oriental Pink #C98A8A

Tints of Oriental Pink #C98A8A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.93%

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

R = 42.14%
G = 28.93%
B = 28.93%

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

#C98A8A (or 0xC98A8A) is known color: Oriental Pink. HEX triplet: C9, 8A and 8A. RGB value is (201,138,138). Sum of RGB (Red+Green+Blue) = 201+138+138=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98A8A is #367575. Grayscale: #9C9C9C. Windows color (decimal): -3569014 or 9079497. OLE color: 9079497.

HSL color Cylindrical-coordinate representation of color #C98A8A: hue angle of 0º 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 #C98A8A is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 138 138 -
CMYK 0 0.31 0.31 0.21
HSL 0.37% 0.66% -
HSV(B) 0.31% 0.79% -
XYZ 37.76 32.43 28.31 -
YUV 156.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 201 138 138 0 0.31 0.31 0.21 0 0.37 0.66
Hex C9 8A 8A 0 1F 1F 15 0 25 42
Octal 311 212 212 0 37 37 25 0 45 102
Binary 11001001 10001010 10001010 0 11111 11111 10101 0 100101 1000010

Color Harmonies of #C98A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98A8A

Black with #C98A8A

Text Example


Text Example

White with #C98A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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