Html Css Color HEX #C9837F Oriental Pink

📋 copy color: '#C9837F'

red 201 ◦ green 131 ◦ blue 127

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

Shades of Oriental Pink #C9837F

Tints of Oriental Pink #C9837F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.54%

 BLUE value IS 127 (50% from 255) = 27.67%

R = 43.79%
G = 28.54%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9837F (or 0xC9837F) is known color: Oriental Pink. HEX triplet: C9, 83 and 7F. RGB value is (201,131,127). Sum of RGB (Red+Green+Blue) = 201+131+127=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C9837F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9837F is #367C80. Grayscale: #979797. Windows color (decimal): -3570817 or 8356809. OLE color: 8356809.

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

Color convert

RGB 201 131 127 -
CMYK 0 0.35 0.37 0.21
HSL 3.24º 0.41% 0.64% -
HSV(B) 3.24º 0.37% 0.79% -
XYZ 36.03 30.18 24.01 -
YUV 151.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 201 131 127 0 0.35 0.37 0.21 3.24 0.41 0.64
Hex C9 83 7F 0 23 25 15 3 29 40
Octal 311 203 177 0 43 45 25 3 51 100
Binary 11001001 10000011 1111111 0 100011 100101 10101 11 101001 1000000

Color Harmonies of #C9837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9837F

Black with #C9837F

Text Example


Text Example

White with #C9837F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9837F; }

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

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

background-color css

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

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

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

border-color css

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

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

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