Html Css Color HEX #C89691 Oriental Pink

📋 copy color: '#C89691'

red 200 ◦ green 150 ◦ blue 145

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

Shades of Oriental Pink #C89691

Tints of Oriental Pink #C89691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.3%

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

R = 40.4%
G = 30.3%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C89691 (or 0xC89691) is known color: Oriental Pink. HEX triplet: C8, 96 and 91. RGB value is (200,150,145). Sum of RGB (Red+Green+Blue) = 200+150+145=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C89691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89691 is #37696E. Grayscale: #A4A4A4. Windows color (decimal): -3631471 or 9541320. OLE color: 9541320.

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

Color convert

RGB 200 150 145 -
CMYK 0 0.25 0.28 0.22
HSL 5.45º 0.33% 0.68% -
HSV(B) 5.45º 0.28% 0.78% -
XYZ 39.84 36.14 31.66 -
YUV 164.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 200 150 145 0 0.25 0.28 0.22 5.45 0.33 0.68
Hex C8 96 91 0 19 1C 16 5 21 44
Octal 310 226 221 0 31 34 26 5 41 104
Binary 11001000 10010110 10010001 0 11001 11100 10110 101 100001 1000100

Color Harmonies of #C89691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89691

Black with #C89691

Text Example


Text Example

White with #C89691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89691; }

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

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

background-color css

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

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

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

border-color css

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

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

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