Html Css Color HEX #C99083 Oriental Pink

📋 copy color: '#C99083'

red 201 ◦ green 144 ◦ blue 131

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

Shades of Oriental Pink #C99083

Tints of Oriental Pink #C99083

RGB

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

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

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

R = 42.23%
G = 30.25%
B = 27.52%

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

#C99083 (or 0xC99083) is known color: Oriental Pink. HEX triplet: C9, 90 and 83. RGB value is (201,144,131). Sum of RGB (Red+Green+Blue) = 201+144+131=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C99083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99083 is #366F7C. Grayscale: #9F9F9F. Windows color (decimal): -3567485 or 8622281. OLE color: 8622281.

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

Color convert

RGB 201 144 131 -
CMYK 0 0.28 0.35 0.21
HSL 11.14º 0.39% 0.65% -
HSV(B) 11.14º 0.35% 0.79% -
XYZ 38.16 34 26.02 -
YUV 159.56 111.88 157.56 -
System Red Green Blue C M Y K H S L
Decimal 201 144 131 0 0.28 0.35 0.21 11.14 0.39 0.65
Hex C9 90 83 0 1C 23 15 B 27 41
Octal 311 220 203 0 34 43 25 13 47 101
Binary 11001001 10010000 10000011 0 11100 100011 10101 1011 100111 1000001

Color Harmonies of #C99083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99083

Black with #C99083

Text Example


Text Example

White with #C99083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99083; }

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

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

background-color css

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

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

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

border-color css

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

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

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