Html Css Color HEX #C89591 Oriental Pink

📋 copy color: '#C89591'

red 200 ◦ green 149 ◦ blue 145

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

Shades of Oriental Pink #C89591

Tints of Oriental Pink #C89591

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.16%

 BLUE value IS 145 (57.03% from 255) = 29.35%

R = 40.49%
G = 30.16%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C89591 (or 0xC89591) is known color: Oriental Pink. HEX triplet: C8, 95 and 91. RGB value is (200,149,145). Sum of RGB (Red+Green+Blue) = 200+149+145=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C89591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89591 is #376A6E. Grayscale: #A3A3A3. Windows color (decimal): -3631727 or 9541064. OLE color: 9541064.

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

Color convert

RGB 200 149 145 -
CMYK 0 0.26 0.28 0.22
HSL 4.36º 0.33% 0.68% -
HSV(B) 4.36º 0.28% 0.78% -
XYZ 39.68 35.82 31.61 -
YUV 163.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 200 149 145 0 0.26 0.28 0.22 4.36 0.33 0.68
Hex C8 95 91 0 1A 1C 16 4 21 44
Octal 310 225 221 0 32 34 26 4 41 104
Binary 11001000 10010101 10010001 0 11010 11100 10110 100 100001 1000100

Color Harmonies of #C89591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89591

Black with #C89591

Text Example


Text Example

White with #C89591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89591; }

 p { color: rgb(200,149,145); }

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

background-color css

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

 a { background-color: rgb(200,149,145); }

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

border-color css

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

 span { border-color: rgb(200,149,145); }

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