Html Css Color HEX #C6918F Oriental Pink

📋 copy color: '#C6918F'

red 198 ◦ green 145 ◦ blue 143

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

Shades of Oriental Pink #C6918F

Tints of Oriental Pink #C6918F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.42%

R = 40.74%
G = 29.84%
B = 29.42%

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

#C6918F (or 0xC6918F) is known color: Oriental Pink. HEX triplet: C6, 91 and 8F. RGB value is (198,145,143). Sum of RGB (Red+Green+Blue) = 198+145+143=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C6918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6918F is #396E70. Grayscale: #A0A0A0. Windows color (decimal): -3763825 or 9408966. OLE color: 9408966.

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

Color convert

RGB 198 145 143 -
CMYK 0 0.27 0.28 0.22
HSL 2.18º 0.33% 0.67% -
HSV(B) 2.18º 0.28% 0.78% -
XYZ 38.37 34.24 30.57 -
YUV 160.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 198 145 143 0 0.27 0.28 0.22 2.18 0.33 0.67
Hex C6 91 8F 0 1B 1C 16 2 21 43
Octal 306 221 217 0 33 34 26 2 41 103
Binary 11000110 10010001 10001111 0 11011 11100 10110 10 100001 1000011

Color Harmonies of #C6918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6918F

Black with #C6918F

Text Example


Text Example

White with #C6918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6918F; }

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

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

background-color css

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

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

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

border-color css

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

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

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