Html Css Color HEX #C89290 Oriental Pink

📋 copy color: '#C89290'

red 200 ◦ green 146 ◦ blue 144

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

Shades of Oriental Pink #C89290

Tints of Oriental Pink #C89290

RGB

 RED value IS 200 (78.52% from 255) = 40.82%

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

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

R = 40.82%
G = 29.8%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C89290 (or 0xC89290) is known color: Oriental Pink. HEX triplet: C8, 92 and 90. RGB value is (200,146,144). Sum of RGB (Red+Green+Blue) = 200+146+144=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C89290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89290 is #376D6F. Grayscale: #A1A1A1. Windows color (decimal): -3632496 or 9474760. OLE color: 9474760.

HSL color Cylindrical-coordinate representation of color #C89290: hue angle of 2.14º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C89290 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 146 144 -
CMYK 0 0.27 0.28 0.22
HSL 2.14º 0.34% 0.67% -
HSV(B) 2.14º 0.28% 0.78% -
XYZ 39.13 34.85 31.05 -
YUV 161.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 200 146 144 0 0.27 0.28 0.22 2.14 0.34 0.67
Hex C8 92 90 0 1B 1C 16 2 22 43
Octal 310 222 220 0 33 34 26 2 42 103
Binary 11001000 10010010 10010000 0 11011 11100 10110 10 100010 1000011

Color Harmonies of #C89290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89290

Black with #C89290

Text Example


Text Example

White with #C89290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89290; }

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

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

background-color css

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

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

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

border-color css

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

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

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