Html Css Color HEX #C99085 Oriental Pink

📋 copy color: '#C99085'

red 201 ◦ green 144 ◦ blue 133

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

Shades of Oriental Pink #C99085

Tints of Oriental Pink #C99085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.82%

R = 42.05%
G = 30.13%
B = 27.82%

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

#C99085 (or 0xC99085) is known color: Oriental Pink. HEX triplet: C9, 90 and 85. RGB value is (201,144,133). Sum of RGB (Red+Green+Blue) = 201+144+133=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C99085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99085 is #366F7A. Grayscale: #9F9F9F. Windows color (decimal): -3567483 or 8753353. OLE color: 8753353.

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

Color convert

RGB 201 144 133 -
CMYK 0 0.28 0.34 0.21
HSL 9.71º 0.39% 0.65% -
HSV(B) 9.71º 0.34% 0.79% -
XYZ 38.29 34.06 26.75 -
YUV 159.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 201 144 133 0 0.28 0.34 0.21 9.71 0.39 0.65
Hex C9 90 85 0 1C 22 15 A 27 41
Octal 311 220 205 0 34 42 25 12 47 101
Binary 11001001 10010000 10000101 0 11100 100010 10101 1010 100111 1000001

Color Harmonies of #C99085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99085

Black with #C99085

Text Example


Text Example

White with #C99085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99085; }

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

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

background-color css

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

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

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

border-color css

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

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

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