Html Css Color HEX #C99187 Oriental Pink

📋 copy color: '#C99187'

red 201 ◦ green 145 ◦ blue 135

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

Shades of Oriental Pink #C99187

Tints of Oriental Pink #C99187

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.15%

 BLUE value IS 135 (53.13% from 255) = 28.07%

R = 41.79%
G = 30.15%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C99187 (or 0xC99187) is known color: Oriental Pink. HEX triplet: C9, 91 and 87. RGB value is (201,145,135). Sum of RGB (Red+Green+Blue) = 201+145+135=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C99187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99187 is #366E78. Grayscale: #A0A0A0. Windows color (decimal): -3567225 or 8884681. OLE color: 8884681.

HSL color Cylindrical-coordinate representation of color #C99187: hue angle of 9.09º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C99187 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 145 135 -
CMYK 0 0.28 0.33 0.21
HSL 9.09º 0.38% 0.66% -
HSV(B) 9.09º 0.33% 0.79% -
XYZ 38.59 34.42 27.53 -
YUV 160.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 201 145 135 0 0.28 0.33 0.21 9.09 0.38 0.66
Hex C9 91 87 0 1C 21 15 9 26 42
Octal 311 221 207 0 34 41 25 11 46 102
Binary 11001001 10010001 10000111 0 11100 100001 10101 1001 100110 1000010

Color Harmonies of #C99187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99187

Black with #C99187

Text Example


Text Example

White with #C99187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99187; }

 p { color: rgb(201,145,135); }

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

background-color css

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

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

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

border-color css

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

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

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