Html Css Color HEX #C8918E Oriental Pink

📋 copy color: '#C8918E'

red 200 ◦ green 145 ◦ blue 142

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

Shades of Oriental Pink #C8918E

Tints of Oriental Pink #C8918E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.77%

 BLUE value IS 142 (55.86% from 255) = 29.16%

R = 41.07%
G = 29.77%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8918E (or 0xC8918E) is known color: Oriental Pink. HEX triplet: C8, 91 and 8E. RGB value is (200,145,142). Sum of RGB (Red+Green+Blue) = 200+145+142=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8918E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8918E is #376E71. Grayscale: #A1A1A1. Windows color (decimal): -3632754 or 9343432. OLE color: 9343432.

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

Color convert

RGB 200 145 142 -
CMYK 0 0.28 0.29 0.22
HSL 3.1º 0.35% 0.67% -
HSV(B) 3.1º 0.29% 0.78% -
XYZ 38.83 34.48 30.2 -
YUV 161.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 200 145 142 0 0.28 0.29 0.22 3.1 0.35 0.67
Hex C8 91 8E 0 1C 1D 16 3 23 43
Octal 310 221 216 0 34 35 26 3 43 103
Binary 11001000 10010001 10001110 0 11100 11101 10110 11 100011 1000011

Color Harmonies of #C8918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8918E

Black with #C8918E

Text Example


Text Example

White with #C8918E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8918E; }

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

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

background-color css

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

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

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

border-color css

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

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

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