Html Css Color HEX #C98683 Oriental Pink

📋 copy color: '#C98683'

red 201 ◦ green 134 ◦ blue 131

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

Shades of Oriental Pink #C98683

Tints of Oriental Pink #C98683

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.76%

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

R = 43.13%
G = 28.76%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C98683 (or 0xC98683) is known color: Oriental Pink. HEX triplet: C9, 86 and 83. RGB value is (201,134,131). Sum of RGB (Red+Green+Blue) = 201+134+131=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C98683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98683 is #36797C. Grayscale: #999999. Windows color (decimal): -3570045 or 8619721. OLE color: 8619721.

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

Color convert

RGB 201 134 131 -
CMYK 0 0.33 0.35 0.21
HSL 2.57º 0.39% 0.65% -
HSV(B) 2.57º 0.35% 0.79% -
XYZ 36.71 31.11 25.54 -
YUV 153.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 201 134 131 0 0.33 0.35 0.21 2.57 0.39 0.65
Hex C9 86 83 0 21 23 15 3 27 41
Octal 311 206 203 0 41 43 25 3 47 101
Binary 11001001 10000110 10000011 0 100001 100011 10101 11 100111 1000001

Color Harmonies of #C98683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98683

Black with #C98683

Text Example


Text Example

White with #C98683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98683; }

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

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

background-color css

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

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

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

border-color css

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

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

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