Html Css Color HEX #C99183 Oriental Pink

📋 copy color: '#C99183'

red 201 ◦ green 145 ◦ blue 131

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

Shades of Oriental Pink #C99183

Tints of Oriental Pink #C99183

RGB

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

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

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

R = 42.14%
G = 30.4%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C99183 (or 0xC99183) is known color: Oriental Pink. HEX triplet: C9, 91 and 83. RGB value is (201,145,131). Sum of RGB (Red+Green+Blue) = 201+145+131=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C99183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99183 is #366E7C. Grayscale: #A0A0A0. Windows color (decimal): -3567229 or 8622537. OLE color: 8622537.

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

Color convert

RGB 201 145 131 -
CMYK 0 0.28 0.35 0.21
HSL 12º 0.39% 0.65% -
HSV(B) 12º 0.35% 0.79% -
XYZ 38.31 34.31 26.08 -
YUV 160.15 111.55 157.14 -
System Red Green Blue C M Y K H S L
Decimal 201 145 131 0 0.28 0.35 0.21 12 0.39 0.65
Hex C9 91 83 0 1C 23 15 C 27 41
Octal 311 221 203 0 34 43 25 14 47 101
Binary 11001001 10010001 10000011 0 11100 100011 10101 1100 100111 1000001

Color Harmonies of #C99183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99183

Black with #C99183

Text Example


Text Example

White with #C99183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99183; }

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

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

background-color css

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

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

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

border-color css

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

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

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