Html Css Color HEX #C99590 Oriental Pink

📋 copy color: '#C99590'

red 201 ◦ green 149 ◦ blue 144

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

Shades of Oriental Pink #C99590

Tints of Oriental Pink #C99590

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.16%

 BLUE value IS 144 (56.64% from 255) = 29.15%

R = 40.69%
G = 30.16%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C99590 (or 0xC99590) is known color: Oriental Pink. HEX triplet: C9, 95 and 90. RGB value is (201,149,144). Sum of RGB (Red+Green+Blue) = 201+149+144=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C99590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99590 is #366A6F. Grayscale: #A4A4A4. Windows color (decimal): -3566192 or 9475529. OLE color: 9475529.

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

Color convert

RGB 201 149 144 -
CMYK 0 0.26 0.28 0.21
HSL 5.26º 0.35% 0.68% -
HSV(B) 5.26º 0.28% 0.79% -
XYZ 39.87 35.93 31.22 -
YUV 163.98 116.73 154.41 -
System Red Green Blue C M Y K H S L
Decimal 201 149 144 0 0.26 0.28 0.21 5.26 0.35 0.68
Hex C9 95 90 0 1A 1C 15 5 23 44
Octal 311 225 220 0 32 34 25 5 43 104
Binary 11001001 10010101 10010000 0 11010 11100 10101 101 100011 1000100

Color Harmonies of #C99590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99590

Black with #C99590

Text Example


Text Example

White with #C99590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99590; }

 p { color: rgb(201,149,144); }

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

background-color css

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

 a { background-color: rgb(201,149,144); }

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

border-color css

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

 span { border-color: rgb(201,149,144); }

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