Html Css Color HEX #C99184 Oriental Pink

📋 copy color: '#C99184'

red 201 ◦ green 145 ◦ blue 132

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

Shades of Oriental Pink #C99184

Tints of Oriental Pink #C99184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.62%

R = 42.05%
G = 30.33%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C99184 (or 0xC99184) is known color: Oriental Pink. HEX triplet: C9, 91 and 84. RGB value is (201,145,132). Sum of RGB (Red+Green+Blue) = 201+145+132=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C99184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99184 is #366E7B. Grayscale: #A0A0A0. Windows color (decimal): -3567228 or 8688073. OLE color: 8688073.

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

Color convert

RGB 201 145 132 -
CMYK 0 0.28 0.34 0.21
HSL 11.3º 0.39% 0.65% -
HSV(B) 11.3º 0.34% 0.79% -
XYZ 38.38 34.33 26.43 -
YUV 160.26 112.05 157.06 -
System Red Green Blue C M Y K H S L
Decimal 201 145 132 0 0.28 0.34 0.21 11.3 0.39 0.65
Hex C9 91 84 0 1C 22 15 B 27 41
Octal 311 221 204 0 34 42 25 13 47 101
Binary 11001001 10010001 10000100 0 11100 100010 10101 1011 100111 1000001

Color Harmonies of #C99184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99184

Black with #C99184

Text Example


Text Example

White with #C99184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99184; }

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

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

background-color css

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

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

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

border-color css

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

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

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