Html Css Color HEX #C99289 Oriental Pink

📋 copy color: '#C99289'

red 201 ◦ green 146 ◦ blue 137

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

Shades of Oriental Pink #C99289

Tints of Oriental Pink #C99289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.17%

 BLUE value IS 137 (53.91% from 255) = 28.31%

R = 41.53%
G = 30.17%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C99289 (or 0xC99289) is known color: Oriental Pink. HEX triplet: C9, 92 and 89. RGB value is (201,146,137). Sum of RGB (Red+Green+Blue) = 201+146+137=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C99289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99289 is #366D76. Grayscale: #A1A1A1. Windows color (decimal): -3566967 or 9016009. OLE color: 9016009.

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

Color convert

RGB 201 146 137 -
CMYK 0 0.27 0.32 0.21
HSL 8.44º 0.37% 0.66% -
HSV(B) 8.44º 0.32% 0.79% -
XYZ 38.88 34.78 28.33 -
YUV 161.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 201 146 137 0 0.27 0.32 0.21 8.44 0.37 0.66
Hex C9 92 89 0 1B 20 15 8 25 42
Octal 311 222 211 0 33 40 25 10 45 102
Binary 11001001 10010010 10001001 0 11011 100000 10101 1000 100101 1000010

Color Harmonies of #C99289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99289

Black with #C99289

Text Example


Text Example

White with #C99289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99289; }

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

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

background-color css

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

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

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

border-color css

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

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

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