Html Css Color HEX #C99290 Oriental Pink

📋 copy color: '#C99290'

red 201 ◦ green 146 ◦ blue 144

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

Shades of Oriental Pink #C99290

Tints of Oriental Pink #C99290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.74%

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

R = 40.94%
G = 29.74%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C99290 (or 0xC99290) is known color: Oriental Pink. HEX triplet: C9, 92 and 90. RGB value is (201,146,144). Sum of RGB (Red+Green+Blue) = 201+146+144=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C99290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99290 is #366D6F. Grayscale: #A2A2A2. Windows color (decimal): -3566960 or 9474761. OLE color: 9474761.

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

Color convert

RGB 201 146 144 -
CMYK 0 0.27 0.28 0.21
HSL 2.11º 0.35% 0.68% -
HSV(B) 2.11º 0.28% 0.79% -
XYZ 39.4 34.99 31.06 -
YUV 162.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 201 146 144 0 0.27 0.28 0.21 2.11 0.35 0.68
Hex C9 92 90 0 1B 1C 15 2 23 44
Octal 311 222 220 0 33 34 25 2 43 104
Binary 11001001 10010010 10010000 0 11011 11100 10101 10 100011 1000100

Color Harmonies of #C99290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99290

Black with #C99290

Text Example


Text Example

White with #C99290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99290; }

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

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

background-color css

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

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

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

border-color css

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

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

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