Html Css Color HEX #C99080 Oriental Pink

📋 copy color: '#C99080'

red 201 ◦ green 144 ◦ blue 128

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

Shades of Oriental Pink #C99080

Tints of Oriental Pink #C99080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.44%

 BLUE value IS 128 (50.39% from 255) = 27.06%

R = 42.49%
G = 30.44%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C99080 (or 0xC99080) is known color: Oriental Pink. HEX triplet: C9, 90 and 80. RGB value is (201,144,128). Sum of RGB (Red+Green+Blue) = 201+144+128=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C99080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99080 is #366F7F. Grayscale: #9F9F9F. Windows color (decimal): -3567488 or 8425673. OLE color: 8425673.

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

Color convert

RGB 201 144 128 -
CMYK 0 0.28 0.36 0.21
HSL 13.15º 0.4% 0.65% -
HSV(B) 13.15º 0.36% 0.79% -
XYZ 37.96 33.92 24.97 -
YUV 159.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 201 144 128 0 0.28 0.36 0.21 13.15 0.4 0.65
Hex C9 90 80 0 1C 24 15 D 28 41
Octal 311 220 200 0 34 44 25 15 50 101
Binary 11001001 10010000 10000000 0 11100 100100 10101 1101 101000 1000001

Color Harmonies of #C99080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99080

Black with #C99080

Text Example


Text Example

White with #C99080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99080; }

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

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

background-color css

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

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

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

border-color css

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

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

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