Html Css Color HEX #C98682 Oriental Pink

📋 copy color: '#C98682'

red 201 ◦ green 134 ◦ blue 130

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

Shades of Oriental Pink #C98682

Tints of Oriental Pink #C98682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.96%

R = 43.23%
G = 28.82%
B = 27.96%

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

#C98682 (or 0xC98682) is known color: Oriental Pink. HEX triplet: C9, 86 and 82. RGB value is (201,134,130). Sum of RGB (Red+Green+Blue) = 201+134+130=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C98682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98682 is #36797D. Grayscale: #999999. Windows color (decimal): -3570046 or 8554185. OLE color: 8554185.

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

Color convert

RGB 201 134 130 -
CMYK 0 0.33 0.35 0.21
HSL 3.38º 0.4% 0.65% -
HSV(B) 3.38º 0.35% 0.79% -
XYZ 36.64 31.08 25.19 -
YUV 153.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 201 134 130 0 0.33 0.35 0.21 3.38 0.4 0.65
Hex C9 86 82 0 21 23 15 3 28 41
Octal 311 206 202 0 41 43 25 3 50 101
Binary 11001001 10000110 10000010 0 100001 100011 10101 11 101000 1000001

Color Harmonies of #C98682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98682

Black with #C98682

Text Example


Text Example

White with #C98682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98682; }

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

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

background-color css

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

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

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

border-color css

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

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

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