Html Css Color HEX #C6928E Oriental Pink

📋 copy color: '#C6928E'

red 198 ◦ green 146 ◦ blue 142

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

Shades of Oriental Pink #C6928E

Tints of Oriental Pink #C6928E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.04%

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

R = 40.74%
G = 30.04%
B = 29.22%

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

#C6928E (or 0xC6928E) is known color: Oriental Pink. HEX triplet: C6, 92 and 8E. RGB value is (198,146,142). Sum of RGB (Red+Green+Blue) = 198+146+142=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C6928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6928E is #396D71. Grayscale: #A1A1A1. Windows color (decimal): -3763570 or 9343686. OLE color: 9343686.

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

Color convert

RGB 198 146 142 -
CMYK 0 0.26 0.28 0.22
HSL 4.29º 0.33% 0.67% -
HSV(B) 4.29º 0.28% 0.78% -
XYZ 38.45 34.52 30.23 -
YUV 161.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 198 146 142 0 0.26 0.28 0.22 4.29 0.33 0.67
Hex C6 92 8E 0 1A 1C 16 4 21 43
Octal 306 222 216 0 32 34 26 4 41 103
Binary 11000110 10010010 10001110 0 11010 11100 10110 100 100001 1000011

Color Harmonies of #C6928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6928E

Black with #C6928E

Text Example


Text Example

White with #C6928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6928E; }

 p { color: rgb(198,146,142); }

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

background-color css

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

 a { background-color: rgb(198,146,142); }

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

border-color css

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

 span { border-color: rgb(198,146,142); }

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