Html Css Color HEX #C99081 Oriental Pink

📋 copy color: '#C99081'

red 201 ◦ green 144 ◦ blue 129

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

Shades of Oriental Pink #C99081

Tints of Oriental Pink #C99081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.22%

R = 42.41%
G = 30.38%
B = 27.22%

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

#C99081 (or 0xC99081) is known color: Oriental Pink. HEX triplet: C9, 90 and 81. RGB value is (201,144,129). Sum of RGB (Red+Green+Blue) = 201+144+129=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C99081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99081 is #366F7E. Grayscale: #9F9F9F. Windows color (decimal): -3567487 or 8491209. OLE color: 8491209.

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

Color convert

RGB 201 144 129 -
CMYK 0 0.28 0.36 0.21
HSL 12.5º 0.4% 0.65% -
HSV(B) 12.5º 0.36% 0.79% -
XYZ 38.02 33.95 25.32 -
YUV 159.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 201 144 129 0 0.28 0.36 0.21 12.5 0.4 0.65
Hex C9 90 81 0 1C 24 15 C 28 41
Octal 311 220 201 0 34 44 25 14 50 101
Binary 11001001 10010000 10000001 0 11100 100100 10101 1100 101000 1000001

Color Harmonies of #C99081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99081

Black with #C99081

Text Example


Text Example

White with #C99081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99081; }

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

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

background-color css

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

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

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

border-color css

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

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

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