Html Css Color HEX #C98983 Oriental Pink

📋 copy color: '#C98983'

red 201 ◦ green 137 ◦ blue 131

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

Shades of Oriental Pink #C98983

Tints of Oriental Pink #C98983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.93%

R = 42.86%
G = 29.21%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C98983 (or 0xC98983) is known color: Oriental Pink. HEX triplet: C9, 89 and 83. RGB value is (201,137,131). Sum of RGB (Red+Green+Blue) = 201+137+131=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C98983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98983 is #36767C. Grayscale: #9B9B9B. Windows color (decimal): -3569277 or 8620489. OLE color: 8620489.

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

Color convert

RGB 201 137 131 -
CMYK 0 0.32 0.35 0.21
HSL 5.14º 0.39% 0.65% -
HSV(B) 5.14º 0.35% 0.79% -
XYZ 37.13 31.95 25.68 -
YUV 155.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 201 137 131 0 0.32 0.35 0.21 5.14 0.39 0.65
Hex C9 89 83 0 20 23 15 5 27 41
Octal 311 211 203 0 40 43 25 5 47 101
Binary 11001001 10001001 10000011 0 100000 100011 10101 101 100111 1000001

Color Harmonies of #C98983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98983

Black with #C98983

Text Example


Text Example

White with #C98983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98983; }

 p { color: rgb(201,137,131); }

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

background-color css

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

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

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

border-color css

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

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

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