Html Css Color HEX #C6918C Oriental Pink

📋 copy color: '#C6918C'

red 198 ◦ green 145 ◦ blue 140

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

Shades of Oriental Pink #C6918C

Tints of Oriental Pink #C6918C

RGB

 RED value IS 198 (77.73% from 255) = 40.99%

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

 BLUE value IS 140 (55.08% from 255) = 28.99%

R = 40.99%
G = 30.02%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6918C (or 0xC6918C) is known color: Oriental Pink. HEX triplet: C6, 91 and 8C. RGB value is (198,145,140). Sum of RGB (Red+Green+Blue) = 198+145+140=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C6918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6918C is #396E73. Grayscale: #A0A0A0. Windows color (decimal): -3763828 or 9212358. OLE color: 9212358.

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

Color convert

RGB 198 145 140 -
CMYK 0 0.27 0.29 0.22
HSL 5.17º 0.34% 0.66% -
HSV(B) 5.17º 0.29% 0.78% -
XYZ 38.15 34.15 29.39 -
YUV 160.28 116.56 154.91 -
System Red Green Blue C M Y K H S L
Decimal 198 145 140 0 0.27 0.29 0.22 5.17 0.34 0.66
Hex C6 91 8C 0 1B 1D 16 5 22 42
Octal 306 221 214 0 33 35 26 5 42 102
Binary 11000110 10010001 10001100 0 11011 11101 10110 101 100010 1000010

Color Harmonies of #C6918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6918C

Black with #C6918C

Text Example


Text Example

White with #C6918C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6918C; }

 p { color: rgb(198,145,140); }

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

background-color css

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

 a { background-color: rgb(198,145,140); }

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

border-color css

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

 span { border-color: rgb(198,145,140); }

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